pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/python20 fix build on IRIX



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d876c01f56a
branches:  trunk
changeset: 482639:8d876c01f56a
user:      recht <recht%pkgsrc.org@localhost>
date:      Sun Oct 31 13:23:03 2004 +0000

description:
fix build on IRIX

patch based upon the one Georg Schwarz provided in PR pkg/27402

diffstat:

 lang/python20/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r ff08197701da -r 8d876c01f56a lang/python20/Makefile
--- a/lang/python20/Makefile    Sun Oct 31 13:22:53 2004 +0000
+++ b/lang/python20/Makefile    Sun Oct 31 13:23:03 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2004/10/03 00:15:02 tv Exp $
+# $NetBSD: Makefile,v 1.22 2004/10/31 13:23:03 recht Exp $
 #
 
 DISTNAME=      Python-2.0.1
@@ -24,6 +24,8 @@
 GNU_CONFIGURE= yes
 CONFIGURE_ARGS+=       --without-threads
 INSTALL_TARGET=        altinstall
+# ensure that the bsddb185 module is built on all platforms
+USE_DB185=     yes
 
 # Make sure having environment variable OPT doesn't affect the
 # installed module-building Makefile
@@ -77,4 +79,5 @@
 
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
+.include "../../mk/bdb.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index