[28494] trunk/dports/devel/agregex/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sun Sep 2 04:43:03 PDT 2007


Revision: 28494
          http://trac.macosforge.org/projects/macports/changeset/28494
Author:   nox at macports.org
Date:     2007-09-02 04:43:03 -0700 (Sun, 02 Sep 2007)

Log Message:
-----------
agregex: Added universal support.

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

Modified: trunk/dports/devel/agregex/Portfile
===================================================================
--- trunk/dports/devel/agregex/Portfile	2007-09-02 07:36:02 UTC (rev 28493)
+++ trunk/dports/devel/agregex/Portfile	2007-09-02 11:43:03 UTC (rev 28494)
@@ -27,10 +27,16 @@
 				sha1 2998cc28111105ee99f3028acbc3c734f82c54e4 \
 				rmd160 00ec02d198d42f7df93a60e5ad1b6f5b1e565f4b
 
+use_configure yes
+
+configure {
+	reinplace -E "/OTHER_CFLAGS = \"-/s|\";| [join ${configure.cflags} " "]\";\\\n\
+		LDFLAGS=\"[join ${configure.ldflags} " "]\";|" \
+		${worksrcpath}/${my_name}.pbproj/project.pbxproj
+}
+
 xcode.target		${my_name}
 xcode.destroot.type	framework
 
-universal_variant no
-
 livecheck.regex	"<title>${my_name} ${my_name}-(\\d+(?:\\.\\d+)*) released.*</title>"
 

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


More information about the macports-changes mailing list