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

nox at macports.org nox at macports.org
Sat Apr 25 04:12:29 PDT 2009


Revision: 50100
          http://trac.macports.org/changeset/50100
Author:   nox at macports.org
Date:     2009-04-25 04:12:26 -0700 (Sat, 25 Apr 2009)
Log Message:
-----------
libsdl: Use muniversal PortGroup (closes #19404).

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

Modified: trunk/dports/devel/libsdl/Portfile
===================================================================
--- trunk/dports/devel/libsdl/Portfile	2009-04-25 10:53:33 UTC (rev 50099)
+++ trunk/dports/devel/libsdl/Portfile	2009-04-25 11:12:26 UTC (rev 50100)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem      1.0
+PortGroup       muniversal 1.0
 
 name            libsdl
 set my_name     SDL
@@ -69,9 +70,6 @@
             reinplace "/libXrender.1.dylib/s|\".*\"|\"${prefix}/lib/libXrender.1.dylib\"|" ${sdl_config_h}
         }
     }
-
-    # For universal, let SDL_endian.h figure out our endianness at compile time
-    reinplace "/SDL_BYTEORDER/d" ${sdl_config_h}
 }
 
 post-destroot {
@@ -120,10 +118,6 @@
     }
 }
 
-platform darwin powerpc {
-    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/20090425/1e7e0ef6/attachment-0001.html>


More information about the macports-changes mailing list