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

mww at macports.org mww at macports.org
Tue Dec 4 14:49:50 PST 2007


Revision: 31725
          http://trac.macosforge.org/projects/macports/changeset/31725
Author:   mww at macports.org
Date:     2007-12-04 14:49:35 -0800 (Tue, 04 Dec 2007)

Log Message:
-----------
do not use 'nasm' -- it will fail (even on i386); dave.himself at gmail.com via IRC

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

Modified: trunk/dports/devel/libsdl/Portfile
===================================================================
--- trunk/dports/devel/libsdl/Portfile	2007-12-04 22:14:11 UTC (rev 31724)
+++ trunk/dports/devel/libsdl/Portfile	2007-12-04 22:49:35 UTC (rev 31725)
@@ -28,7 +28,8 @@
 depends_lib     lib:libX11.6:XFree86
 
 configure.args  --enable-shared \
-                --mandir=${prefix}/share/man
+                --mandir=${prefix}/share/man \
+		--disable-nasm
 
 set docdir      ${prefix}/share/doc/${name}-${version}
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071204/462bd827/attachment.html


More information about the macports-changes mailing list