[27842] trunk/dports/iphone/iPHUC/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Tue Aug 14 23:00:05 PDT 2007


Revision: 27842
          http://trac.macosforge.org/projects/macports/changeset/27842
Author:   landonf at macports.org
Date:     2007-08-14 23:00:05 -0700 (Tue, 14 Aug 2007)

Log Message:
-----------
r16, now with universal support

Modified Paths:
--------------
    trunk/dports/iphone/iPHUC/Portfile

Modified: trunk/dports/iphone/iPHUC/Portfile
===================================================================
--- trunk/dports/iphone/iPHUC/Portfile	2007-08-15 05:02:24 UTC (rev 27841)
+++ trunk/dports/iphone/iPHUC/Portfile	2007-08-15 06:00:05 UTC (rev 27842)
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name			iPHUC
-version			r15
+version			r16
 categories		iphone
 maintainers		landonf at macports.org openmaintainer at macports.org
 description		A command line AFC interface for managing your iPhone
@@ -12,11 +12,17 @@
 platforms		darwin
 
 master_sites		http://landonf.bikemonkey.org/static/iphone/
-checksums		md5 979b19d686e12874d6bc445b534fd0c3
+checksums		md5 bef8079de19e667d28a3dbcf0d310b4d
 depends_lib		port:readline
 
-configure.args		--with-readline=${prefix}
+# We have to use this ugly hack since the Universal SDK -isysroot is prepended to all paths
+configure.universal_cxxflags-append	-L/usr/lib
+configure.universal_ldflags-append	-F/../../../System/Library/PrivateFrameworks
 
+if {![variant_isset universal]} {
+	configure.args-append --with-readline=${prefix}
+}
+
 post-patch {
 	system "cd ${worksrcpath} && sh ./autogen.sh"
 }

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


More information about the macports-changes mailing list