svn commit: r341071 - head/chinese/bg5ps/files

Johan van Selst johans at FreeBSD.org
Sat Jan 25 18:11:43 UTC 2014


Author: johans
Date: Sat Jan 25 18:11:42 2014
New Revision: 341071
URL: http://svnweb.freebsd.org/changeset/ports/341071
QAT: https://qat.redports.org/buildarchive/r341071/

Log:
  Respect $CC

Modified:
  head/chinese/bg5ps/files/patch-aa

Modified: head/chinese/bg5ps/files/patch-aa
==============================================================================
--- head/chinese/bg5ps/files/patch-aa	Sat Jan 25 18:06:08 2014	(r341070)
+++ head/chinese/bg5ps/files/patch-aa	Sat Jan 25 18:11:42 2014	(r341071)
@@ -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


More information about the svn-ports-all mailing list