summaryrefslogtreecommitdiff
path: root/japanese/dvipsk
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/dvipsk')
-rw-r--r--japanese/dvipsk/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/japanese/dvipsk/files/patch-aa b/japanese/dvipsk/files/patch-aa
index c4a039b4a13a..320382847d44 100644
--- a/japanese/dvipsk/files/patch-aa
+++ b/japanese/dvipsk/files/patch-aa
@@ -9,3 +9,14 @@
static char strbuffer[LINELENGTH + 20], *strbp = strbuffer ;
static struct papsiz *finpapsiz ;
struct papsiz defpapsiz = {
+--- Makefile.in.orig Sat Feb 8 03:43:07 1997
++++ Makefile.in Sat Jun 27 17:41:51 1998
+@@ -31,7 +31,7 @@
+ (cd $$d && $(MAKE) $(makeargs) $@); else true; fi; done
+
+ install install-data install-exec:
+- for d in kpathsea $(programs); do if test -d $$d; then \
++ for d in $(programs); do if test -d $$d; then \
+ (cd $$d && $(MAKE) $(installargs) $@); else true; fi; done
+
+ # Other standard targets for everything.