aboutsummaryrefslogtreecommitdiffstats
path: root/lang/tcl83/files
diff options
context:
space:
mode:
authorjseger <jseger@FreeBSD.org>2000-05-01 22:39:54 +0800
committerjseger <jseger@FreeBSD.org>2000-05-01 22:39:54 +0800
commit95c3435f15cbb0dda6e822be9e7417f40964319f (patch)
treed3d72363ae37cebb6fcd3139465085db91d829b5 /lang/tcl83/files
parent75df45e1d1032dbea499b71c5409f2d1d34b3c25 (diff)
downloadfreebsd-ports-gnome-95c3435f15cbb0dda6e822be9e7417f40964319f.tar.gz
freebsd-ports-gnome-95c3435f15cbb0dda6e822be9e7417f40964319f.tar.zst
freebsd-ports-gnome-95c3435f15cbb0dda6e822be9e7417f40964319f.zip
Add plus patch
Diffstat (limited to 'lang/tcl83/files')
-rw-r--r--lang/tcl83/files/patch-ab13
1 files changed, 6 insertions, 7 deletions
diff --git a/lang/tcl83/files/patch-ab b/lang/tcl83/files/patch-ab
index 3ea44c1a975d..3a52b40a9af3 100644
--- a/lang/tcl83/files/patch-ab
+++ b/lang/tcl83/files/patch-ab
@@ -1,5 +1,5 @@
---- configure.orig Thu Feb 10 06:09:57 2000
-+++ configure Mon Apr 24 14:58:01 2000
+--- configure.orig Mon May 1 10:07:11 2000
++++ configure Mon May 1 10:08:59 2000
@@ -4902,7 +4902,7 @@
LDFLAGS="-Wl,-Bexport"
LD_SEARCH_FLAGS=""
@@ -9,24 +9,23 @@
# Not available on all versions: check for include file.
ac_safe=`echo "dlfcn.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for dlfcn.h""... $ac_c" 1>&6
-@@ -4986,19 +4986,9 @@
+@@ -4986,18 +4986,8 @@
# FreeBSD doesn't handle version numbers with dots.
UNSHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.a'
+ SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so.1'
TCL_LIB_VERSIONS_OK=nodots
- ;;
+- ;;
- FreeBSD-*)
- # FreeBSD 3.* and greater have ELF.
- SHLIB_CFLAGS="-fPIC"
- SHLIB_LD="ld -Bshareable -x"
- SHLIB_LD_LIBS=""
- SHLIB_SUFFIX=".so"
-- DL_OBJS="tclLoadDl.o"
+- DL_OBJS=""
- DL_LIBS=""
- LDFLAGS="-export-dynamic"
- LD_SEARCH_FLAGS=""
-- ;;
+ ;;
NEXTSTEP-*)
SHLIB_CFLAGS=""
- SHLIB_LD="cc -nostdlib -r"