aboutsummaryrefslogtreecommitdiff
path: root/japanese/tk80/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/tk80/files/patch-ab')
-rw-r--r--japanese/tk80/files/patch-ab18
1 files changed, 9 insertions, 9 deletions
diff --git a/japanese/tk80/files/patch-ab b/japanese/tk80/files/patch-ab
index 2ceb612d219a..ef4b33037f17 100644
--- a/japanese/tk80/files/patch-ab
+++ b/japanese/tk80/files/patch-ab
@@ -1,5 +1,5 @@
---- Makefile.in.ORIG Fri Sep 25 13:59:32 1998
-+++ Makefile.in Fri Sep 25 14:10:31 1998
+--- Makefile.in.ORIG Wed Mar 24 11:34:14 1999
++++ Makefile.in Wed Mar 24 11:34:23 1999
@@ -56,7 +56,9 @@
BIN_DIR = $(exec_prefix)/bin
@@ -48,7 +48,7 @@
#TK_LIB_FILE = libtk.a
TK_LIB_FLAG = @TK_LIB_FLAG@
-@@ -320,6 +327,10 @@
+@@ -321,6 +328,10 @@
DEMOPROGS = browse hello ixset rmt rolodex square tcolor timer widget
@@ -59,7 +59,7 @@
all: wish
# The following target is configured by autoconf to generate either
-@@ -328,6 +339,14 @@
+@@ -329,6 +340,14 @@
rm -f ${TK_LIB_FILE}
@MAKE_LIB@
$(RANLIB) ${TK_LIB_FILE}
@@ -74,7 +74,7 @@
# Make target which outputs the list of the .o contained in the Tk lib
# usefull to build a single big shared library containing Tcl/Tk and other
-@@ -377,13 +396,13 @@
+@@ -378,13 +397,13 @@
TK_LIBRARY=$(TOP_DIR)/library; export TK_LIBRARY; \
./tktest
@@ -90,7 +90,7 @@
@for i in $(LIB_INSTALL_DIR) $(BIN_INSTALL_DIR) ; \
do \
if [ ! -d $$i ] ; then \
-@@ -397,13 +416,22 @@
+@@ -398,13 +417,22 @@
@$(INSTALL_DATA) $(TK_LIB_FILE) $(LIB_INSTALL_DIR)/$(TK_LIB_FILE)
@(cd $(LIB_INSTALL_DIR); $(RANLIB) $(TK_LIB_FILE))
@chmod 555 $(LIB_INSTALL_DIR)/$(TK_LIB_FILE)
@@ -114,7 +114,7 @@
$(SCRIPT_INSTALL_DIR) $(SCRIPT_INSTALL_DIR)/images; \
do \
if [ ! -d $$i ] ; then \
-@@ -413,8 +441,18 @@
+@@ -414,8 +442,18 @@
else true; \
fi; \
done;
@@ -135,7 +135,7 @@
for i in $(SRC_DIR)/library/*.tcl $(SRC_DIR)/library/tclIndex $(SRC_DIR)/library/prolog.ps $(UNIX_DIR)/tkAppInit.c; \
do \
echo "Installing $$i"; \
-@@ -473,10 +511,10 @@
+@@ -474,10 +512,10 @@
@cd $(SRC_DIR)/doc; for i in *.1; \
do \
echo "Installing doc/$$i"; \
@@ -149,7 +149,7 @@
done;
$(UNIX_DIR)/mkLinks $(MAN1_INSTALL_DIR)
@cd $(SRC_DIR)/doc; for i in *.3; \
-@@ -484,19 +522,26 @@
+@@ -485,19 +523,26 @@
echo "Installing doc/$$i"; \
rm -f $(MAN3_INSTALL_DIR)/$$i; \
sed -e '/man\.macros/r man.macros' -e '/man\.macros/d' \