[73111] trunk/dports/aqua/Growl/Portfile

elelay at macports.org elelay at macports.org
Wed Nov 3 23:11:57 PDT 2010


Revision: 73111
          http://trac.macports.org/changeset/73111
Author:   elelay at macports.org
Date:     2010-11-03 23:11:53 -0700 (Wed, 03 Nov 2010)
Log Message:
-----------
use supported_archs i386 ppc instead of setting configure.arch manually

Modified Paths:
--------------
    trunk/dports/aqua/Growl/Portfile

Modified: trunk/dports/aqua/Growl/Portfile
===================================================================
--- trunk/dports/aqua/Growl/Portfile	2010-11-04 02:07:41 UTC (rev 73110)
+++ trunk/dports/aqua/Growl/Portfile	2010-11-04 06:11:53 UTC (rev 73111)
@@ -28,6 +28,9 @@
 destroot.destdir	DSTROOT=${worksrcpath}/build
 xcode.destroot.path	/destroot
 
+# Common/Source/LoginItemAE.c uses Carbon so can't build x86_64
+supported_archs		i386 ppc
+
 post-patch {
 	reinplace "s|REVISION=.*|REVISION=116|g" ${worksrcpath}/generateHgRevision.sh
 }
@@ -43,16 +46,12 @@
 # every Growl user will want these.  They should probably go into other ports,
 # in any case.
 
+# the 10.4 SDK might not be installed, use the system's default
 platform darwin 10 {
-	# Common/Source/LoginItemAE.c uses Carbon so can't build x86_64
-	if {![variant_isset universal]} {
-		configure.build_arch	i386
-	}
-	
-	# the 10.4 SDK might not be installed, use the system's default
 	patchfiles-append patch-Growl.xcodeproj__project.pbxproj.no-10.4sdk.diff
 }
 
+# disables separate strip
 platform darwin 8 {
 	patchfiles-append patch-Growl.xcodeproj__project.pbxproj.no_separate_strip.diff
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101103/494bee09/attachment.html>


More information about the macports-changes mailing list