[49527] trunk/dports/devel/subversion-python24bindings/Portfile

blair at macports.org blair at macports.org
Sat Apr 11 12:15:00 PDT 2009


Revision: 49527
          http://trac.macports.org/changeset/49527
Author:   blair at macports.org
Date:     2009-04-11 12:14:59 -0700 (Sat, 11 Apr 2009)
Log Message:
-----------
Follow r49375 for the Python 2.4 bindings, which fixes #19223 for
Python 2.4.

Modified Paths:
--------------
    trunk/dports/devel/subversion-python24bindings/Portfile

Modified: trunk/dports/devel/subversion-python24bindings/Portfile
===================================================================
--- trunk/dports/devel/subversion-python24bindings/Portfile	2009-04-11 18:52:59 UTC (rev 49526)
+++ trunk/dports/devel/subversion-python24bindings/Portfile	2009-04-11 19:14:59 UTC (rev 49527)
@@ -4,7 +4,7 @@
 
 name			subversion-python24bindings
 version			1.6.0
-revision		1
+revision		2
 categories		devel python
 platforms		darwin
 maintainers		blair
@@ -46,7 +46,11 @@
 			--disable-neon-version-check --with-serf=${prefix} \
 			--with-sasl=${prefix}
 
-configure.env		ac_cv_path_PYTHON=${prefix}/bin/python2.4
+configure.env		ac_cv_path_PYTHON=${prefix}/bin/python2.4 \
+			ac_cv_python_includes=-I${prefix}/include/python2.4 \
+			ac_cv_python_link="${configure.compiler} -L${prefix}lib -bundle -undefined dynamic_lookup -lpython2.4" \
+			ac_cv_python_libs="-L${prefix}lib -bundle -undefined dynamic_lookup -lpython2.4"
+
 use_parallel_build      yes
 build.target		swig-py
 destroot.target		install-swig-py DESTDIR=${destroot}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090411/6cab1773/attachment-0001.html>


More information about the macports-changes mailing list