summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-04-23 23:16:56 +0000
committertron <tron@pkgsrc.org>1999-04-23 23:16:56 +0000
commite0887247e84406bb8aec6876a5174c793597f9d8 (patch)
tree5de32e55d298a6d51ff4c27fdc1ca87f20ffead4
parent3eb866b3f51ad3e9ba15888d2223c1576ef886a4 (diff)
downloadpkgsrc-e0887247e84406bb8aec6876a5174c793597f9d8.tar.gz
Fix run time library search path.
-rw-r--r--x11/tix/patches/patch-ac17
1 files changed, 13 insertions, 4 deletions
diff --git a/x11/tix/patches/patch-ac b/x11/tix/patches/patch-ac
index 1ff2a7fc3b4..0d3b385bfe6 100644
--- a/x11/tix/patches/patch-ac
+++ b/x11/tix/patches/patch-ac
@@ -1,7 +1,7 @@
-$NetBSD: patch-ac,v 1.4 1999/04/23 23:02:21 tron Exp $
+$NetBSD: patch-ac,v 1.5 1999/04/23 23:16:56 tron Exp $
---- Makefile.in.orig Wed Sep 24 01:57:18 1997
-+++ Makefile.in Wed Oct 1 13:23:24 1997
+--- Makefile.in.orig Thu Sep 25 20:32:45 1997
++++ Makefile.in Sat Apr 24 01:03:47 1999
@@ -29,7 +29,7 @@
# Directory in which to install the library of Tix scripts and demos
# (note: you can set the TIX_LIBRARY environment variable at run-time to
@@ -34,7 +34,7 @@ $NetBSD: patch-ac,v 1.4 1999/04/23 23:02:21 tron Exp $
#----------------------------------------------------------------
-@@ -210,29 +212,29 @@
+@@ -211,29 +211,29 @@
# scripts of TK must be included in the fixed order.
#----------------------------------------------------------------------
@@ -85,3 +85,12 @@ $NetBSD: patch-ac,v 1.4 1999/04/23 23:02:21 tron Exp $
$(SRC_DIR)/generic/tk8.0/console.tcl
TIX_SCRIPTS = \
+@@ -265,7 +265,7 @@
+
+ $(TIX_EXE_FILE): tixAppInit.o $(TIX_LIB_FILE)
+ $(CC) @LD_FLAGS@ tixAppInit.o @TIX_BUILD_LIB_SPEC@ $(LIBS) \
+- @TIX_LD_SEARCH_FLAGS@ -o $(TIX_EXE_FILE)
++ @TIX_LD_SEARCH_FLAGS@ @LDFLAGS@ -o $(TIX_EXE_FILE)
+
+ $(TCL_SAMEXE_FILE): $(UNIX_DIR)/samAppInit.c $(TCL_SAM_FILE)
+ $(CC) $(CC_SWITCHES) @LD_FLAGS@ -DUSE_TCL $(UNIX_DIR)/samAppInit.c \