aboutsummaryrefslogtreecommitdiff
path: root/chinese/bg5ps
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2014-01-25 18:11:42 +0000
committerJohan van Selst <johans@FreeBSD.org>2014-01-25 18:11:42 +0000
commitafc394a59b57637ec1e009faf3121a9882edd07c (patch)
tree6403641f9164e7f1ac722c42d0584592be50213a /chinese/bg5ps
parent3ea81b93310378aa28be58a650aa4bda5dc62b87 (diff)
downloadports-afc394a59b57637ec1e009faf3121a9882edd07c.tar.gz
ports-afc394a59b57637ec1e009faf3121a9882edd07c.zip
Respect $CC
Notes
Notes: svn path=/head/; revision=341071
Diffstat (limited to 'chinese/bg5ps')
-rw-r--r--chinese/bg5ps/files/patch-aa11
1 files changed, 7 insertions, 4 deletions
diff --git a/chinese/bg5ps/files/patch-aa b/chinese/bg5ps/files/patch-aa
index f4160ff737f2..48dbf33b54a5 100644
--- a/chinese/bg5ps/files/patch-aa
+++ b/chinese/bg5ps/files/patch-aa
@@ -1,11 +1,14 @@
$FreeBSD$
---- Makefile.orig Mon Feb 14 22:41:27 2000
-+++ Makefile Thu Mar 14 09:33:24 2002
-@@ -19,21 +19,22 @@
+--- Makefile.orig 2000-02-14 21:41:27.000000000 +0100
++++ Makefile 2014-01-25 19:07:23.000000000 +0100
+@@ -17,23 +17,24 @@
- CC = gcc
+ OBJS = ttf2psm.o b5tou8.o b5_in.o gb_in.o gbtou8.o
+
+-CC = gcc
++CC ?= gcc
INSTALL = install
-CFLAGS =
+CFLAGS += -I${LOCALBASE}/include/freetype1 -I${LOCALBASE}/include