aboutsummaryrefslogtreecommitdiff
path: root/lang/python23/files/patch-configure
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2003-10-04 05:17:10 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2003-10-04 05:17:10 +0000
commitec722082a10e4eb1a17be30daea2eb64ce359964 (patch)
tree95e6891a0e9ea37f0684456b127f209b139885ac /lang/python23/files/patch-configure
parent183a927e9d09976421c9be531c16162c94c01c7c (diff)
downloadports-ec722082a10e4eb1a17be30daea2eb64ce359964.tar.gz
ports-ec722082a10e4eb1a17be30daea2eb64ce359964.zip
Notes
Diffstat (limited to 'lang/python23/files/patch-configure')
-rw-r--r--lang/python23/files/patch-configure27
1 files changed, 9 insertions, 18 deletions
diff --git a/lang/python23/files/patch-configure b/lang/python23/files/patch-configure
index 271eb9522fbd..6ee47894e12f 100644
--- a/lang/python23/files/patch-configure
+++ b/lang/python23/files/patch-configure
@@ -1,5 +1,5 @@
---- configure.orig Sun Sep 21 00:29:40 2003
-+++ configure Mon Sep 29 20:01:11 2003
+--- configure.orig Sat Oct 4 13:27:50 2003
++++ configure Sat Oct 4 13:29:05 2003
@@ -1321,7 +1321,7 @@
VERSION=2.3
@@ -9,25 +9,16 @@
# The later defininition of _XOPEN_SOURCE disables certain features
# on Linux, so we need _GNU_SOURCE to re-enable them (makedev, tm_zone).
-@@ -3596,6 +3596,12 @@
+@@ -3594,6 +3594,12 @@
+ LDLIBRARY='libpython$(VERSION).so'
+ BLDLIBRARY='-L. -lpython$(VERSION)'
RUNSHARED=LD_LIBRARY_PATH=`pwd`:${LD_LIBRARY_PATH}
- INSTSONAME="$LDLIBRARY".$SOVERSION
- ;;
++ INSTSONAME="$LDLIBRARY".$SOVERSION
++ ;;
+ FreeBSD*)
+ LDLIBRARY='libpython$(VERSION).so'
+ BLDLIBRARY='-L. -lpython$(VERSION)'
+ RUNSHARED=LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH
-+ INSTSONAME="$LDLIBRARY".$SOVERSION
-+ ;;
+ INSTSONAME="$LDLIBRARY".$SOVERSION
+ ;;
hp*|HP*)
- LDLIBRARY='libpython$(VERSION).sl'
- BLDLIBRARY='-Wl,+b,$(LIBDIR) -L. -lpython$(VERSION)'
-@@ -13384,7 +13390,7 @@
- (exit $ac_status); }; }; then
-
- cat >>confdefs.h <<\_ACEOF
--#define HAVE_SYNC 1
-+#define HAVE_FSYNC 1
- _ACEOF
-
- echo "$as_me:$LINENO: result: yes" >&5