summaryrefslogtreecommitdiff
path: root/chinese/gb2ps
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2000-04-02 04:50:22 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2000-04-02 04:50:22 +0000
commit4046f07bee76bf1998bf5886150b428ddcd65d22 (patch)
tree982fd149f86dc4027d746d94e6b46a124e1775c4 /chinese/gb2ps
parentUpgrade to 4.4d. (diff)
Respect CC and CFLAGS
Notes
Notes: svn path=/head/; revision=27275
Diffstat (limited to 'chinese/gb2ps')
-rw-r--r--chinese/gb2ps/files/patch-0111
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
+