summaryrefslogtreecommitdiff
path: root/x11-toolkits/tix/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/tix/files/patch-ab')
-rw-r--r--x11-toolkits/tix/files/patch-ab20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-toolkits/tix/files/patch-ab b/x11-toolkits/tix/files/patch-ab
new file mode 100644
index 000000000000..6f004fc9add3
--- /dev/null
+++ b/x11-toolkits/tix/files/patch-ab
@@ -0,0 +1,20 @@
+--- Makefile.in.orig Wed Oct 2 03:46:30 1996
++++ Makefile.in Sun Dec 22 15:04:57 1996
+@@ -27,7 +27,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
+ # override the compiled-in location):
+-TIX_LIBRARY = $(prefix)/lib/tix
++TIX_LIBRARY = $(prefix)/share/tix
+
+ # Directory in which to install the archive libtix.a:
+ LIB_DIR = $(exec_prefix)/lib
+@@ -202,7 +202,7 @@
+ fi; \
+ done;
+ @echo "installing the tixindex program for builing tclIndex for Tix scripts"
+- @cd tools; $(INSTALL_PROGRAM) tixindex $(BIN_DIR)/tixindex
++ -@cd tools; $(INSTALL_PROGRAM) tixindex $(BIN_DIR)/tixindex
+
+ install-headers:
+ @for i in $(INCLUDE_DIR); \