[86366] trunk/dports/www/apache2/Portfile
ryandesign at macports.org
ryandesign at macports.org
Mon Oct 24 12:54:37 PDT 2011
Revision: 86366
http://trac.macports.org/changeset/86366
Author: ryandesign at macports.org
Date: 2011-10-24 12:54:36 -0700 (Mon, 24 Oct 2011)
Log Message:
-----------
apache2: fix arch handling broken by r86196; see #31750
Revision Links:
--------------
http://trac.macports.org/changeset/86196
Modified Paths:
--------------
trunk/dports/www/apache2/Portfile
Modified: trunk/dports/www/apache2/Portfile
===================================================================
--- trunk/dports/www/apache2/Portfile 2011-10-24 17:03:31 UTC (rev 86365)
+++ trunk/dports/www/apache2/Portfile 2011-10-24 19:54:36 UTC (rev 86366)
@@ -5,7 +5,7 @@
name apache2
version 2.2.21
-revision 1
+revision 2
categories www
maintainers ryandesign openmaintainer
license Apache-2
@@ -88,7 +88,9 @@
# avoids issues with library collisions (bug #3013)
reinplace "s|DYLD_LIBRARY_PATH|DYLD_FALLBACK_LIBRARY_PATH|g" \
${worksrcpath}/support/envvars-std
+}
+post-build {
reinplace -E {s| -arch [a-z0-9_]+||g} \
${worksrcpath}/config.nice \
${worksrcpath}/build/config_vars.mk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111024/dcc59a07/attachment-0001.html>
More information about the macports-changes
mailing list