[28440] trunk/dports/devel/libsdl_net-framework/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Fri Aug 31 05:18:46 PDT 2007


Revision: 28440
          http://trac.macosforge.org/projects/macports/changeset/28440
Author:   nox at macports.org
Date:     2007-08-31 05:18:45 -0700 (Fri, 31 Aug 2007)

Log Message:
-----------
libsdl_net-framework: Xcode arguments are case-sensitive!

Modified Paths:
--------------
    trunk/dports/devel/libsdl_net-framework/Portfile

Modified: trunk/dports/devel/libsdl_net-framework/Portfile
===================================================================
--- trunk/dports/devel/libsdl_net-framework/Portfile	2007-08-31 12:06:31 UTC (rev 28439)
+++ trunk/dports/devel/libsdl_net-framework/Portfile	2007-08-31 12:18:45 UTC (rev 28440)
@@ -40,8 +40,8 @@
 		set arch ppc
 	}
 
-	xcode.build.settings-append			archs=${arch}
-	xcode.destroot.settings-append		archs=${arch}
+	xcode.build.settings-append			ARCHS=${arch}
+	xcode.destroot.settings-append		ARCHS=${arch}
 }
 
 post-extract {

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


More information about the macports-changes mailing list