diff options
author | max <max@FreeBSD.org> | 2001-06-21 06:28:41 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 2001-06-21 06:28:41 +0800 |
commit | 0a7f5d5bfe8c2aa5971031dd6bd630fd4658f320 (patch) | |
tree | c03c0805d830ce88807e1e81e86d412aa1cf8adf /japanese | |
parent | 43af22355b7f36223cbb95a9e8dfc618291a840a (diff) | |
download | freebsd-ports-gnome-0a7f5d5bfe8c2aa5971031dd6bd630fd4658f320.tar.gz freebsd-ports-gnome-0a7f5d5bfe8c2aa5971031dd6bd630fd4658f320.tar.zst freebsd-ports-gnome-0a7f5d5bfe8c2aa5971031dd6bd630fd4658f320.zip |
Add a patch to respect CFLAGS/CC.
Pointed out by: FUJISHIMA Satsuki <sf@FreeBSD.org>
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/qkc/files/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/japanese/qkc/files/patch-aa b/japanese/qkc/files/patch-aa new file mode 100644 index 000000000000..d852cbf8e52d --- /dev/null +++ b/japanese/qkc/files/patch-aa @@ -0,0 +1,13 @@ +--- Makefile.orig Sun Oct 1 00:00:00 1995 ++++ Makefile Wed Jun 20 17:22:12 2001 +@@ -1,8 +1,8 @@ + # Makefile for qkc + +-CC = cc ++CC ?= cc + BIND = $(CC) +-CFLAGS = -O ++CFLAGS?= -O + LFLAGS = -o qkc $(CFLAGS) + OBJ = qkc.o qkcopt.o qkchelp.o qkcconv.o qkctbl.o + |