Revision
70846
Author
devans@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

Diff

Modified: trunk/dports/net/libgweather/Portfile (70845 => 70846)


--- 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= \