HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog
PortLog:media-libs/sdl-sound/SVN-r561

Context Navigation

  • ← Previous Version
  • View Latest Version
  • Next Version →

sdl-sound SVN-r561

Dependencies: none specified

Revisions

  • revision 1 (scottmc) - last changed 6 years ago

Version 3 (modified by scottmc, 7 years ago) (diff)

Turns out the .so files did not get built, just sym-links to them...

Need to patch SDL_sound.c, then run ./bootstrap, then
Edit configure.ac to remove the check for libogg. This needs a patch to make it check and detect libogg better.

  • libtoolize --force --copy
  • aclocal
  • automake
  • autoconf
  • ./configure --prefix=/boot/common LDFLAGS=-L/boot/common/lib CPPFLAGS=-I/boot/common/include --without-ogg
  • make
  • make install

There's an issue with make trying to get ogg included, so we need to rip out the check for it in configure.ac then run libtoolize and others. Make install isn't installing the libs for some reason. Need more work on this one.

Download in other formats:

  • Plain Text

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/