[70846] trunk/dports/net/libgweather/Portfile

devans at macports.org devans at macports.org
Mon Aug 23 01:13:34 PDT 2010


Revision: 70846
          http://trac.macports.org/changeset/70846
Author:   devans at macports.org
Date:     2010-08-23 01:13:32 -0700 (Mon, 23 Aug 2010)
Log Message:
-----------
libgweather: ensure build path contains path to python executables (#26201)

Modified Paths:
--------------
    trunk/dports/net/libgweather/Portfile

Modified: trunk/dports/net/libgweather/Portfile
===================================================================
--- trunk/dports/net/libgweather/Portfile	2010-08-23 07:17:04 UTC (rev 70845)
+++ trunk/dports/net/libgweather/Portfile	2010-08-23 08:13:32 UTC (rev 70846)
@@ -36,14 +36,20 @@
 patchfiles      patch-python-prefix.diff
 
 configure.args  --disable-schemas-install \
+                --disable-silent-rules \
                 --disable-glibtest \
                 --enable-python
 
 configure.python ${prefix}/bin/python2.6
-configure.pkg_config_path ${frameworks_dir}/Python.framework/Versions/2.6/lib/pkgconfig
+set python_framework ${frameworks_dir}/Python.framework/Versions/2.6
+configure.pkg_config_path ${python_framework}/lib/pkgconfig
 
-use_parallel_build  yes
+#
+# ensure build path contains path to python executables (#26201)
+#
 
+build.env       PATH=${python_framework}/bin:$env(PATH)
+
 post-activate {
     system "\
         GCONF_CONFIG_SOURCE= \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100823/bc2256d8/attachment.html>


More information about the macports-changes mailing list