[114817] trunk/dports/devel/distcc/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Dec 15 23:46:32 PST 2013


Revision: 114817
          https://trac.macports.org/changeset/114817
Author:   ryandesign at macports.org
Date:     2013-12-15 23:46:32 -0800 (Sun, 15 Dec 2013)
Log Message:
-----------
distcc: do not build include-server ("pump") because it opportunistically uses
python, and uses the compiler and -arch flags python says to use instead of the
ones the port says to use, resulting in build failures on some systems (#41530)

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

Modified: trunk/dports/devel/distcc/Portfile
===================================================================
--- trunk/dports/devel/distcc/Portfile	2013-12-16 06:07:43 UTC (rev 114816)
+++ trunk/dports/devel/distcc/Portfile	2013-12-16 07:46:32 UTC (rev 114817)
@@ -5,6 +5,7 @@
 
 name                distcc
 version             3.2rc1
+revision            1
 categories          devel net
 platforms           darwin
 maintainers         nomaintainer
@@ -28,5 +29,6 @@
 
 depends_lib         port:popt
 
-configure.args      --without-avahi \
-                    --disable-Werror
+configure.args      ac_cv_path_PYTHON= \
+                    --disable-Werror \
+                    --without-avahi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131215/a28958d9/attachment.html>


More information about the macports-changes mailing list