diff options
Diffstat (limited to 'chinese/gb2ps')
-rw-r--r-- | chinese/gb2ps/files/patch-01 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/chinese/gb2ps/files/patch-01 b/chinese/gb2ps/files/patch-01 index adb18cb55c61..cf6fa9f3c4fb 100644 --- a/chinese/gb2ps/files/patch-01 +++ b/chinese/gb2ps/files/patch-01 @@ -1,6 +1,6 @@ ---- Makefile.orig Sun Aug 16 22:34:14 1992 -+++ Makefile Wed Feb 5 00:03:39 1997 -@@ -5,9 +5,9 @@ +--- Makefile.orig Mon Aug 17 13:34:14 1992 ++++ Makefile Sun Apr 2 11:40:36 2000 +@@ -5,11 +5,11 @@ # COVERPAGE -- the absolute path and name of coverpage PS file # -- default is current directory @@ -10,5 +10,8 @@ -COVERPAGE=./cover.ps +COVERPAGE=${PREFIX}/share/chinese/cover.ps - CFLAGS = -DCFONT=\"${CFONT}\" -DCOVERPAGE=\"${COVERPAGE}\" +-CFLAGS = -DCFONT=\"${CFONT}\" -DCOVERPAGE=\"${COVERPAGE}\" ++CFLAGS += -DCFONT=\"${CFONT}\" -DCOVERPAGE=\"${COVERPAGE}\" + all: gb2ps + |