diff options
author | mrg <mrg> | 2001-03-06 10:03:03 +0000 |
---|---|---|
committer | mrg <mrg> | 2001-03-06 10:03:03 +0000 |
commit | a36238848b9caf642d0cca5717d982a2b0ebc4d1 (patch) | |
tree | 5a8840e5d278e33b8ff5a3fe0069239cd56200cf /lang | |
parent | 9483b201ffa79b7009ebdef2e6b9ec0aa3c29c38 (diff) | |
download | pkgsrc-a36238848b9caf642d0cca5717d982a2b0ebc4d1.tar.gz |
sparc64 does dynamic linking.
Diffstat (limited to 'lang')
-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 |