diff options
Diffstat (limited to 'lang/python24/files')
-rw-r--r-- | lang/python24/files/patch-configure | 27 | ||||
-rw-r--r-- | lang/python24/files/patch-pyconfig.h.in | 11 |
2 files changed, 9 insertions, 29 deletions
diff --git a/lang/python24/files/patch-configure b/lang/python24/files/patch-configure index 271eb9522fbd..6ee47894e12f 100644 --- a/lang/python24/files/patch-configure +++ b/lang/python24/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 diff --git a/lang/python24/files/patch-pyconfig.h.in b/lang/python24/files/patch-pyconfig.h.in deleted file mode 100644 index 289f4dcafcad..000000000000 --- a/lang/python24/files/patch-pyconfig.h.in +++ /dev/null @@ -1,11 +0,0 @@ ---- pyconfig.h.in.orig Fri Sep 26 13:09:17 2003 -+++ pyconfig.h.in Fri Sep 26 13:09:25 2003 -@@ -486,7 +486,7 @@ - #undef HAVE_SYMLINK - - /* Define if you have the 'fsync' function. */ --#undef HAVE_SYNC -+#undef HAVE_FSYNC - - /* Define to 1 if you have the `sysconf' function. */ - #undef HAVE_SYSCONF |