summaryrefslogtreecommitdiff
path: root/lang/python20/files
diff options
context:
space:
mode:
authordrochner <drochner>2002-01-28 11:51:23 +0000
committerdrochner <drochner>2002-01-28 11:51:23 +0000
commit11668c6035bbb370beec7c8e2be5bfc84021b9b5 (patch)
tree7a774146b3929db48e99d9a5cad7439f8752a18e /lang/python20/files
parentdfb91791705986ce6aab49d795949b2e25be3a1f (diff)
downloadpkgsrc-11668c6035bbb370beec7c8e2be5bfc84021b9b5.tar.gz
-link the math, cmath and time modules against libm to make it more
embedding friendly, as suggested in PR pkg/14520 by Jarkko Torppa -having to touch Setup.in anyway, comment out the non-64-bit-clean modules regularily and remove the Makefile magic which led to the same effect
Diffstat (limited to 'lang/python20/files')
-rw-r--r--lang/python20/files/Setup.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/lang/python20/files/Setup.in b/lang/python20/files/Setup.in
index cff2dd905b0..08fc3b7682e 100644
--- a/lang/python20/files/Setup.in
+++ b/lang/python20/files/Setup.in
@@ -1,6 +1,6 @@
# -*- makefile -*-
#
-# $NetBSD: Setup.in,v 1.1.1.1 2002/01/16 18:40:48 drochner Exp $
+# $NetBSD: Setup.in,v 1.2 2002/01/28 11:51:24 drochner Exp $
#
# The file Setup is used by the makesetup script to construct the files
# Makefile and config.c, from Makefile.pre and config.c.in,
@@ -130,11 +130,11 @@ GLHACK=-Dclear=__GLclear
# Modules that should always be present (non UNIX dependent):
array arraymodule.c # array objects
-cmath cmathmodule.c # -lm # complex math library functions
-math mathmodule.c # -lm # math library functions, e.g. sin()
+cmath cmathmodule.c -lm # complex math library functions
+math mathmodule.c -lm # math library functions, e.g. sin()
strop stropmodule.c # fast string operations implemented in C
struct structmodule.c # binary structure packing/unpacking
-time timemodule.c # -lm # time operations and variables
+time timemodule.c -lm # time operations and variables
operator operator.c # operator.add() and similar goodies
_codecs _codecsmodule.c # access to the builtin codecs and codec registry
@@ -181,9 +181,9 @@ resource resource.c # Jeremy Hylton's rlimit interface
# These don't work for 64-bit platforms!!!
# These represent audio samples or images as strings:
-@NO64BIT@audioop audioop.c # Operations on audio samples
-@NO64BIT@imageop imageop.c # Operations on images
-@NO64BIT@rgbimg rgbimgmodule.c # Read SGI RGB image files (but coded portably)
+#audioop audioop.c # Operations on audio samples
+#imageop imageop.c # Operations on images
+#rgbimg rgbimgmodule.c # Read SGI RGB image files (but coded portably)
# The md5 module implements the RSA Data Security, Inc. MD5