[75504] trunk/dports/audio/libsdl_mixer/Portfile

jmr at macports.org jmr at macports.org
Thu Jan 27 09:51:03 PST 2011


Revision: 75504
          http://trac.macports.org/changeset/75504
Author:   jmr at macports.org
Date:     2011-01-27 09:51:01 -0800 (Thu, 27 Jan 2011)
Log Message:
-----------
libsdl_mixer: disable dlopen()ing libs since full paths had to be used anyway, fix configure args for mikmod

Modified Paths:
--------------
    trunk/dports/audio/libsdl_mixer/Portfile

Modified: trunk/dports/audio/libsdl_mixer/Portfile
===================================================================
--- trunk/dports/audio/libsdl_mixer/Portfile	2011-01-27 15:16:30 UTC (rev 75503)
+++ trunk/dports/audio/libsdl_mixer/Portfile	2011-01-27 17:51:01 UTC (rev 75504)
@@ -5,7 +5,7 @@
 name            libsdl_mixer
 set my_name     SDL_mixer
 version         1.2.11
-revision        1
+revision        2
 categories      audio devel
 platforms       macosx
 maintainers     jmr openmaintainer
@@ -28,15 +28,18 @@
 depends_lib     path:lib/pkgconfig/sdl.pc:libsdl \
 				port:flac \
                 port:smpeg \
-                port:libvorbis \
-                port:libogg
+                port:libvorbis
 
 patchfiles      Makefile.in.diff
 
 configure.args  --with-sdl-prefix=${prefix} \
                 --disable-sdltest \
                 --with-smpeg-prefix=${prefix} \
-                --disable-smpegtest
+                --disable-smpegtest \
+                --disable-music-mod \
+                --disable-music-ogg-shared \
+                --disable-music-flac-shared \
+                --disable-music-mp3-shared
 
 post-destroot {
     set docdir ${prefix}/share/doc/${name}-${version}
@@ -46,7 +49,9 @@
 }
 
 variant mikmod description {Enable use of external libmikmod} {
-    configure.args-append   --enable-music-libmikmod
+    configure.args-delete   --disable-music-mod
+    configure.args-append   --enable-music-mod \
+                            --disable-music-mod-shared
     depends_lib-append      port:libmikmod
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110127/3343fba8/attachment.html>


More information about the macports-changes mailing list