[35369] trunk/dports/audio/libsdl_mixer-framework/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Mar 26 01:31:09 PDT 2008


Revision: 35369
          http://trac.macosforge.org/projects/macports/changeset/35369
Author:   ryandesign at macports.org
Date:     2008-03-26 01:31:08 -0700 (Wed, 26 Mar 2008)

Log Message:
-----------
libsdl_mixer-framework: r28682 broke the port so that selecting +universal resulted in a non-universal build, and not selecting +universal resulted in a universal build. This revision fixes this problem and closes #14318.

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

Modified: trunk/dports/audio/libsdl_mixer-framework/Portfile
===================================================================
--- trunk/dports/audio/libsdl_mixer-framework/Portfile	2008-03-26 08:16:08 UTC (rev 35368)
+++ trunk/dports/audio/libsdl_mixer-framework/Portfile	2008-03-26 08:31:08 UTC (rev 35369)
@@ -6,6 +6,7 @@
 name            libsdl_mixer-framework
 set my_name     SDL_mixer
 version         1.2.8
+revision        1
 categories      audio devel
 maintainers     nox
 description     Audio mixer library for SDL
@@ -38,7 +39,9 @@
 xcode.target        Framework
 xcode.destroot.type framework
 
-variant universal {
+variant universal {}
+
+if {! [variant_isset universal]} {
     set arch ${os.arch}
     if {! [string compare ${arch} powerpc]} {
         set arch ppc

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080326/737624c9/attachment.html 


More information about the macports-changes mailing list