[32994] trunk/dports/archivers/zip/Portfile

afb at macports.org afb at macports.org
Wed Jan 16 01:15:52 PST 2008


Revision: 32994
          http://trac.macosforge.org/projects/macports/changeset/32994
Author:   afb at macports.org
Date:     2008-01-16 01:15:51 -0800 (Wed, 16 Jan 2008)

Log Message:
-----------
make sure to handle slashes in configure.universal_ldflags

Modified Paths:
--------------
    trunk/dports/archivers/zip/Portfile

Modified: trunk/dports/archivers/zip/Portfile
===================================================================
--- trunk/dports/archivers/zip/Portfile	2008-01-16 08:43:24 UTC (rev 32993)
+++ trunk/dports/archivers/zip/Portfile	2008-01-16 09:15:51 UTC (rev 32994)
@@ -56,7 +56,7 @@
 	configure.args	"LOCAL_ZIP=\"${configure.universal_cflags}\""
 
 	post-patch {
-		reinplace -E "s/(LFLAGS1=\")/\\1${configure.universal_ldflags}/" \
+		reinplace -E "s|(LFLAGS1=\")|\\1${configure.universal_ldflags}|" \
 			${worksrcpath}/unix/configure
 	}
 }

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


More information about the macports-changes mailing list