[45646] trunk/dports/sysutils/rpm/Portfile

afb at macports.org afb at macports.org
Mon Jan 19 03:16:36 PST 2009


Revision: 45646
          http://trac.macports.org/changeset/45646
Author:   afb at macports.org
Date:     2009-01-19 03:16:34 -0800 (Mon, 19 Jan 2009)
Log Message:
-----------
use explicit python/perl version, in case they are missing

Modified Paths:
--------------
    trunk/dports/sysutils/rpm/Portfile

Modified: trunk/dports/sysutils/rpm/Portfile
===================================================================
--- trunk/dports/sysutils/rpm/Portfile	2009-01-19 08:52:07 UTC (rev 45645)
+++ trunk/dports/sysutils/rpm/Portfile	2009-01-19 11:16:34 UTC (rev 45646)
@@ -40,8 +40,10 @@
 			--with-python=2.4 --with-perl --without-apidocs \
 			--sysconfdir=${prefix}/etc
 
+configure.env		__PYTHON=${prefix}/bin/python2.4 __PERL=${prefix}/bin/perl5.8
+
 			# needed because it checks for sqlite3_open in sqlite lib...
-configure.env		ac_cv_lib_sqlite_sqlite3_open=yes
+configure.env-append	ac_cv_lib_sqlite_sqlite3_open=yes
 
 patchfiles		patch-neon.diff \
 			patch-macros.in \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090119/a197bdb2/attachment.html>


More information about the macports-changes mailing list