From afc394a59b57637ec1e009faf3121a9882edd07c Mon Sep 17 00:00:00 2001 From: Johan van Selst Date: Sat, 25 Jan 2014 18:11:42 +0000 Subject: Respect $CC --- chinese/bg5ps/files/patch-aa | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'chinese/bg5ps') 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 -- cgit v1.2.3