[110822] trunk/dports/python/py-graph-tool/Portfile

mmoll at macports.org mmoll at macports.org
Fri Sep 6 16:26:47 PDT 2013


Revision: 110822
          https://trac.macports.org/changeset/110822
Author:   mmoll at macports.org
Date:     2013-09-06 16:26:47 -0700 (Fri, 06 Sep 2013)
Log Message:
-----------
py-graph-tool: possible buildbot fix

Modified Paths:
--------------
    trunk/dports/python/py-graph-tool/Portfile

Modified: trunk/dports/python/py-graph-tool/Portfile
===================================================================
--- trunk/dports/python/py-graph-tool/Portfile	2013-09-06 21:43:42 UTC (rev 110821)
+++ trunk/dports/python/py-graph-tool/Portfile	2013-09-06 23:26:47 UTC (rev 110822)
@@ -51,7 +51,8 @@
     configure.env-append PYTHON=${python.bin} \
                          PYTHON_VERSION=${python.branch} \
                          PYTHON_CPPFLAGS=-I${python.include} \
-                         PYTHON_LDFLAGS="-L${python.libdir}/.. -lpython${python.branch}"
+                         PYTHON_LDFLAGS="-L${python.libdir}/.. -lpython${python.branch}" \
+                         PYTHON_EXTRA_LDFLAGS="-L${python.libdir}/.. -lpython${python.branch}"
     configure.cppflags-append -I${prefix}/include -I${python.include}/..
     configure.ldflags-append -L${prefix}/lib
     configure.args-append --with-boost=${prefix} --exec-prefix=${python.prefix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130906/f383dfc6/attachment.html>


More information about the macports-changes mailing list