aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/tk82
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-08-23 10:05:11 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-08-23 10:05:11 +0000
commit2d0ca19b957e534f37144c963ff310a575b7cf2c (patch)
tree2fbae04c9ce4feb8b4309b50fb146638e8f564c2 /x11-toolkits/tk82
parent38d0bb86b9ae04895eb820399f96c96157a6e83d (diff)
downloadports-2d0ca19b957e534f37144c963ff310a575b7cf2c.tar.gz
ports-2d0ca19b957e534f37144c963ff310a575b7cf2c.zip
Use libtclstub81.a from installed location, not build directory.
Notes
Notes: svn path=/head/; revision=20906
Diffstat (limited to 'x11-toolkits/tk82')
-rw-r--r--x11-toolkits/tk82/files/patch-aa6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-toolkits/tk82/files/patch-aa b/x11-toolkits/tk82/files/patch-aa
index 66ed07aecf62..9938b28f6787 100644
--- a/x11-toolkits/tk82/files/patch-aa
+++ b/x11-toolkits/tk82/files/patch-aa
@@ -27,15 +27,17 @@
LIB_RUNTIME_DIR='${LIB_RUNTIME_DIR}'
# If Tcl and Tk are installed in different places, adjust the library
-@@ -2450,7 +2452,7 @@
+@@ -2450,8 +2452,8 @@
if test "$ok" = "yes" -a "${SHLIB_SUFFIX}" != ""; then
TK_SHARED_BUILD=1
TK_SHLIB_CFLAGS="${SHLIB_CFLAGS}"
- TK_LIB_FILE=libtk${TCL_SHARED_LIB_SUFFIX}
+- MAKE_LIB="\${SHLIB_LD} -o \${TK_LIB_FILE} \${OBJS} \$(TK_LD_SEARCH_FLAGS) ${TCL_BUILD_STUB_LIB_SPEC} \${LIBS}"
+ TK_LIB_FILE=${TK_LIB_FILE}
- MAKE_LIB="\${SHLIB_LD} -o \${TK_LIB_FILE} \${OBJS} \$(TK_LD_SEARCH_FLAGS) ${TCL_BUILD_STUB_LIB_SPEC} \${LIBS}"
++ MAKE_LIB="\${SHLIB_LD} -o \${TK_LIB_FILE} \${OBJS} \$(TK_LD_SEARCH_FLAGS) ${TCL_STUB_LIB_SPEC} \${LIBS}"
RANLIB=":"
+ TCL_STUB_FLAGS="-DUSE_TCL_STUBS"
@@ -2729,6 +2731,7 @@
s%@TCL_BIN_DIR@%$TCL_BIN_DIR%g
s%@TCL_BUILD_STUB_LIB_SPEC@%$TCL_BUILD_STUB_LIB_SPEC%g