SDL_sound modplug configure patch

Tyler Montbriand tsm at accesscomm.ca
Sat Jun 18 12:26:49 EDT 2005


Repost, since this got missed.

SDL_sound-1.0.1 checks for modplug.h just under /usr/include/modplug.h, when 
it should be checking /usr/include/libmodplug/modplug.h, hence it never finds 
and uses modplug.  Patching configure.in and adding 
-I/usr/include/libmodplug/ to the include path lets it detect and use it.  
I'm not sure what the proper way to add include paths is, besides the 
commandline, however.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: libmodplug.patch
Type: text/x-diff
Size: 562 bytes
Desc: not available
URL: <http://icculus.org/pipermail/sdlsound/attachments/20050618/1abb97d7/attachment.bin>


More information about the sdlsound mailing list