diff options
author | mrg <mrg@pkgsrc.org> | 2001-03-06 10:03:03 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 2001-03-06 10:03:03 +0000 |
commit | 9ecea4674c299dfa0d87d7fbdfb33c32a32b07f1 (patch) | |
tree | 5a8840e5d278e33b8ff5a3fe0069239cd56200cf /lang/python | |
parent | f68fc9ee696ae07330448554bfd0402c2c74d3a0 (diff) | |
download | pkgsrc-9ecea4674c299dfa0d87d7fbdfb33c32a32b07f1.tar.gz |
sparc64 does dynamic linking.
Diffstat (limited to 'lang/python')
-rw-r--r-- | lang/python/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lang/python/Makefile b/lang/python/Makefile index 2139ace9738..13f745eb328 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2001/02/17 09:07:27 agc Exp $ +# $NetBSD: Makefile,v 1.22 2001/03/06 10:03:03 mrg Exp $ # DISTNAME= BeOpen-Python-2.0 @@ -31,16 +31,12 @@ SSLFLAGS= -DUSE_SSL -I/usr/include/openssl -lssl -lcrypto # Handle the module setup file: # - disable a few broken modules on 64 bit platforms (nothing important) -# - handle machines with no dynamic loader .include "../../mk/bsd.prefs.mk" .if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64" NO64BIT=\# .endif -.if ${MACHINE_ARCH} == "sparc64" -NOSHARED=\# -.endif .if ${OPSYS} == "SunOS" ZOULARIS?= ${PREFIX}/bsd MODADD= -I${ZOULARIS}/include -L${ZOULARIS}/lib -R${ZOULARIS}/lib |