diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2004-09-03 17:12:28 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2004-09-03 17:12:28 +0000 |
commit | a8ff97aec34b8e37b7a3c97180f2590959a050d5 (patch) | |
tree | 829091ad0bdd245a294079bfcebedb6fdd9d3368 /lang/python-devel/files/patch-configure | |
parent | - add missing MAN1 and MAN3 (diff) |
Update to 2.4a3
PR: 71340
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
Notes
Notes:
svn path=/head/; revision=118057
Diffstat (limited to 'lang/python-devel/files/patch-configure')
-rw-r--r-- | lang/python-devel/files/patch-configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python-devel/files/patch-configure b/lang/python-devel/files/patch-configure index 6ee47894e12f..9ed971ab4be7 100644 --- a/lang/python-devel/files/patch-configure +++ b/lang/python-devel/files/patch-configure @@ -1,7 +1,7 @@ --- configure.orig Sat Oct 4 13:27:50 2003 +++ configure Sat Oct 4 13:29:05 2003 @@ -1321,7 +1321,7 @@ - VERSION=2.3 + VERSION=2.4 -SOVERSION=1.0 @@ -9,7 +9,7 @@ # The later defininition of _XOPEN_SOURCE disables certain features # on Linux, so we need _GNU_SOURCE to re-enable them (makedev, tm_zone). -@@ -3594,6 +3594,12 @@ +@@ -3396,6 +3396,12 @@ LDLIBRARY='libpython$(VERSION).so' BLDLIBRARY='-L. -lpython$(VERSION)' RUNSHARED=LD_LIBRARY_PATH=`pwd`:${LD_LIBRARY_PATH} |