[76967] trunk/dports/devel/libsdl/Portfile

jmr at macports.org jmr at macports.org
Tue Mar 15 12:18:50 PDT 2011


Revision: 76967
          http://trac.macports.org/changeset/76967
Author:   jmr at macports.org
Date:     2011-03-15 12:18:47 -0700 (Tue, 15 Mar 2011)
Log Message:
-----------
libsdl: disable opportunistic use of yasm; may fix #28790

Modified Paths:
--------------
    trunk/dports/devel/libsdl/Portfile

Modified: trunk/dports/devel/libsdl/Portfile
===================================================================
--- trunk/dports/devel/libsdl/Portfile	2011-03-15 18:42:36 UTC (rev 76966)
+++ trunk/dports/devel/libsdl/Portfile	2011-03-15 19:18:47 UTC (rev 76967)
@@ -44,7 +44,8 @@
 configure.args  --enable-shared \
                 --mandir=${prefix}/share/man \
                 --x-include=${prefix}/include \
-                --x-lib=${prefix}/lib
+                --x-lib=${prefix}/lib \
+                --disable-nasm
 
 variant no_x11 {
         configure.args-delete --x-include=${prefix}/include \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110315/f92f7a9d/attachment.html>


More information about the macports-changes mailing list