[112819] trunk/dports/python/py-shiboken/Portfile
mmoll at macports.org
mmoll at macports.org
Fri Nov 1 20:26:58 PDT 2013
Revision: 112819
https://trac.macports.org/changeset/112819
Author: mmoll at macports.org
Date: 2013-11-01 20:26:57 -0700 (Fri, 01 Nov 2013)
Log Message:
-----------
py-shiboken: use sparsehash port instead of bundled sparsehash
Modified Paths:
--------------
trunk/dports/python/py-shiboken/Portfile
Modified: trunk/dports/python/py-shiboken/Portfile
===================================================================
--- trunk/dports/python/py-shiboken/Portfile 2013-11-01 23:06:43 UTC (rev 112818)
+++ trunk/dports/python/py-shiboken/Portfile 2013-11-02 03:26:57 UTC (rev 112819)
@@ -41,13 +41,15 @@
depends_lib-append port:qt4-mac \
port:python${python.version} \
- port:libxslt
+ port:libxslt \
+ port:sparsehash
use_configure yes
configure.args-append -DBUILD_TESTS:BOOL=FALSE \
-DPYTHON_EXECUTABLE=${python.bin} \
- -DPYTHON_LIBRARY=${python.lib} \
+ -DPYTHON_LIBRARIES=${python.lib} \
-DPYTHON_INCLUDE_DIR=${python.include} \
- -DPYTHON_SITE_PACKAGES=${python.pkgd}
+ -DPYTHON_SITE_PACKAGES=${python.pkgd} \
+ -DSPARSEHASH_INCLUDE_PATH=${prefix}/include
if {${python.version} >= 30} {
configure.args-append -DUSE_PYTHON3:BOOL=TRUE -DPYTHON3_LIBRARY=${python.lib} -DPYTHON3_INCLUDE_DIR=${python.include}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131101/bafe34f3/attachment.html>
More information about the macports-changes
mailing list