[53911] trunk/dports/www/serf/Portfile

blair at macports.org blair at macports.org
Thu Jul 16 07:38:15 PDT 2009


Revision: 53911
          http://trac.macports.org/changeset/53911
Author:   blair at macports.org
Date:     2009-07-16 07:38:14 -0700 (Thu, 16 Jul 2009)
Log Message:
-----------
Fix serf's configure that will use APR-0 if it is installed before
APR-1, so tell configure exact which APR to use.  Closes #20323.

Modified Paths:
--------------
    trunk/dports/www/serf/Portfile

Modified: trunk/dports/www/serf/Portfile
===================================================================
--- trunk/dports/www/serf/Portfile	2009-07-16 10:42:38 UTC (rev 53910)
+++ trunk/dports/www/serf/Portfile	2009-07-16 14:38:14 UTC (rev 53911)
@@ -27,7 +27,8 @@
 
 depends_lib	port:apr port:apr-util port:openssl
 
-configure.args	--with-apr=${prefix} --with-apr-util=${prefix}
+configure.args	--with-apr=${prefix}/bin/apr-1-config \
+		--with-apr-util=${prefix}/bin/apu-1-config
 
 test.run	yes
 test.target	check
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090716/ca862f00/attachment.html>


More information about the macports-changes mailing list