[48486] trunk/dports/devel/libsdl/Portfile
nox at macports.org
nox at macports.org
Mon Mar 23 09:43:18 PDT 2009
Revision: 48486
http://trac.macports.org/changeset/48486
Author: nox at macports.org
Date: 2009-03-23 09:43:17 -0700 (Mon, 23 Mar 2009)
Log Message:
-----------
libsdl: Enable nasm only on ppc (fix #18069).
Modified Paths:
--------------
trunk/dports/devel/libsdl/Portfile
Modified: trunk/dports/devel/libsdl/Portfile
===================================================================
--- trunk/dports/devel/libsdl/Portfile 2009-03-23 15:52:38 UTC (rev 48485)
+++ trunk/dports/devel/libsdl/Portfile 2009-03-23 16:43:17 UTC (rev 48486)
@@ -5,7 +5,7 @@
name libsdl
set my_name SDL
version 1.2.13
-revision 5
+revision 6
categories devel multimedia
platforms macosx freebsd
maintainers nox openmaintainer
@@ -32,8 +32,7 @@
port:xrender
configure.args --enable-shared \
- --mandir=${prefix}/share/man \
- --disable-nasm
+ --mandir=${prefix}/share/man
variant no_x11 {
configure.args-append --without-x
@@ -122,6 +121,10 @@
}
}
+platform darwin ppc {
+ configure.args-append --disable-nasm
+}
+
livecheck.check regex
livecheck.url ${homepage}download.php
livecheck.regex ${my_name}-(\\d+(?:\\.\\d+)*)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090323/58b989dc/attachment.html>
More information about the macports-changes
mailing list