[120178] trunk/dports/python/py-gobject3/Portfile

cal at macports.org cal at macports.org
Sun May 18 07:06:42 PDT 2014


Revision: 120178
          https://trac.macports.org/changeset/120178
Author:   cal at macports.org
Date:     2014-05-18 07:06:41 -0700 (Sun, 18 May 2014)
Log Message:
-----------
py-gobject3: use configure.pkg_config_path rather than setting PKG_CONFIG_PATH in the environment directly, closes #43261

Modified Paths:
--------------
    trunk/dports/python/py-gobject3/Portfile

Modified: trunk/dports/python/py-gobject3/Portfile
===================================================================
--- trunk/dports/python/py-gobject3/Portfile	2014-05-18 13:28:05 UTC (rev 120177)
+++ trunk/dports/python/py-gobject3/Portfile	2014-05-18 14:06:41 UTC (rev 120178)
@@ -37,7 +37,8 @@
 
     use_configure           yes
     configure.python        ${python.bin}
-    configure.env-append    PKG_CONFIG_PATH='${python.prefix}/lib/pkgconfig'
+    configure.pkg_config_path \
+                            ${python.prefix}/lib/pkgconfig
     configure.pre_args      --prefix='${python.prefix}'
     configure.args          --disable-glibtest
     configure.cppflags-append \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140518/7a5fe52d/attachment-0001.html>


More information about the macports-changes mailing list