HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 1 and Version 2 of media-libs/sdl-sound/SVN-r561


Ignore:
Timestamp:
08/30/08 23:59:30 (7 years ago)
Author:
scottmc
Comment:

initial build attempt of SVN-561

Legend:

Unmodified
Added
Removed
Modified
  • media-libs/sdl-sound/SVN-r561

    v1 v2  
    1   
     1Need to patch SDL_sound.c, then run ./bootstrap, then[[BR]] 
     2Edit configure.ac to remove the check for libogg.  This needs a patch to make it check and detect libogg better. 
     3 
     4 * libtoolize --force --copy 
     5 * aclocal 
     6 * automake 
     7 * autoconf 
     8 * ./configure --prefix=/boot/common LDFLAGS=-L/boot/common/lib CPPFLAGS=-I/boot/common/include --without-ogg 
     9 * make 
     10 * make install 
     11 
     12There'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. 
     13Make install isn't installing the libs for some reason.  Need more work on this one.  The .so files do get built and are left in the .libs folder. 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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