summaryrefslogtreecommitdiff
path: root/lang/tcl84/files/patch-configure
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2001-08-14 08:01:45 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2001-08-14 08:01:45 +0000
commitdb2cbd73155af0ba80fec1cff4a6ffb128f8179c (patch)
tree53d15d7682e6ec0c0804c47cb94988ea1ba7ee2d /lang/tcl84/files/patch-configure
parentUpdate WWW. (diff)
- Fix Content of LD_SEARCH_FLAGS
- make FreeBSD-* switch in confugure work as intendend - add a patch to make manual autoconf work - PORTREVISION bumped PR: 28726
Notes
Notes: svn path=/head/; revision=46222
Diffstat (limited to 'lang/tcl84/files/patch-configure')
-rw-r--r--lang/tcl84/files/patch-configure15
1 files changed, 15 insertions, 0 deletions
diff --git a/lang/tcl84/files/patch-configure b/lang/tcl84/files/patch-configure
new file mode 100644
index 000000000000..f067b9b47e74
--- /dev/null
+++ b/lang/tcl84/files/patch-configure
@@ -0,0 +1,15 @@
+--- configure.orig Fri Apr 6 20:51:46 2001
++++ configure Tue Aug 14 09:25:13 2001
+@@ -5175,8 +5175,11 @@
+ SHLIB_SUFFIX=".so"
+ DL_OBJS="tclLoadDl.o"
+ DL_LIBS=""
+- LDFLAGS="-export-dynamic"
++ LDFLAGS=""
+ LD_SEARCH_FLAGS=""
++ UNSHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.a'
++ SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so.1'
++ TCL_LIB_VERSIONS_OK=nodots
+ ;;
+ Rhapsody-*|Darwin-*)
+ SHLIB_CFLAGS="-fno-common"