ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/lang/python23/files/patch-configure
Revision: 532
Committed: Fri Nov 17 22:10:07 2006 UTC (17 years, 5 months ago) by laffer1
File size: 1321 byte(s)
Log Message:
Python 2.3 joins are list of Python ports!

File Contents

# Content
1 --- configure.orig Sat May 8 04:13:40 2004
2 +++ configure Fri Jun 4 14:15:59 2004
3 @@ -1321,7 +1321,7 @@
4 VERSION=2.3
5
6
7 -SOVERSION=1.0
8 +SOVERSION=1
9
10 # The later defininition of _XOPEN_SOURCE disables certain features
11 # on Linux, so we need _GNU_SOURCE to re-enable them (makedev, tm_zone).
12 @@ -3609,6 +3609,12 @@
13 RUNSHARED=LD_LIBRARY_PATH=`pwd`:${LD_LIBRARY_PATH}
14 INSTSONAME="$LDLIBRARY".$SOVERSION
15 ;;
16 + MidnightBSD*)
17 + LDLIBRARY='libpython$(VERSION).so'
18 + BLDLIBRARY='-L. -lpython$(VERSION)'
19 + RUNSHARED=LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH
20 + INSTSONAME="$LDLIBRARY".$SOVERSION
21 + ;;
22 hp*|HP*)
23 LDLIBRARY='libpython$(VERSION).sl'
24 BLDLIBRARY='-Wl,+b,$(LIBDIR) -L. -lpython$(VERSION)'
25 @@ -10100,7 +10106,7 @@
26 - OpenBSD*|FreeBSD*)
27 + OpenBSD*|FreeBSD*|MidnightBSD*)
28 if [ "`$CC -dM -E - </dev/null | grep __ELF__`" != "" ]
29 then
30 - LDSHARED="cc -shared ${LDFLAGS}"
31 + LDSHARED="$CC -shared ${LDFLAGS}"
32 else
33 LDSHARED="ld -Bshareable ${LDFLAGS}"
34 fi;;
35 @@ -12273,7 +12279,7 @@
36 ac_status=$?
37 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38 (exit $ac_status); }; }; then
39 - ac_cv_pthread_system_supported=yes
40 + ac_cv_pthread_system_supported="ignored by port"
41 else
42 echo "$as_me: program exited with status $ac_status" >&5
43 echo "$as_me: failed program was:" >&5

Properties

Name Value
cvs2svn:cvs-rev 1.1