[37877] trunk/dports/devel/subversion-python24bindings/Portfile

blair at macports.org blair at macports.org
Fri Jun 27 10:26:40 PDT 2008


Revision: 37877
          http://trac.macosforge.org/projects/macports/changeset/37877
Author:   blair at macports.org
Date:     2008-06-27 10:26:39 -0700 (Fri, 27 Jun 2008)
Log Message:
-----------
Fix the build if apr-0 and apr-util-0 is installed by specifying
exactly the path to apr-1-config and apu-1-config.

Modified Paths:
--------------
    trunk/dports/devel/subversion-python24bindings/Portfile

Modified: trunk/dports/devel/subversion-python24bindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-python24bindings/Portfile	2008-06-27 17:15:49 UTC (rev 37876)
+++ trunk/dports/devel/subversion-python24bindings/Portfile	2008-06-27 17:26:39 UTC (rev 37877)
@@ -40,8 +40,8 @@
 }
 
 configure.args		--with-berkeley-db=${prefix}/include/db46:${prefix}/lib/db46 \
-			--with-neon=${prefix} --with-apr=${prefix} \
-			--with-apr-util=${prefix} --without-apxs \
+			--with-neon=${prefix} --with-apr=${prefix}/bin/apr-1-config \
+			--with-apr-util=${prefix}/bin/apu-1-config --without-apxs \
 			--mandir=\\\${prefix}/share/man \
 			--disable-neon-version-check --with-serf=${prefix} \
 			--with-sasl=${prefix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080627/9b547039/attachment.html 


More information about the macports-changes mailing list