diff options
author | kris <kris@FreeBSD.org> | 2003-10-19 09:59:38 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-10-19 09:59:38 +0000 |
commit | 3c7bcfc18773ded82cf967edf8dd1eaba78d2b95 (patch) | |
tree | d02e91a9c6f9d1b502b0e313948ca914317c13b7 /japanese/kpcal | |
parent | 52af65a0000c7ccaec4917fabd665689b16ee7cd (diff) | |
download | FreeBSD-ports-3c7bcfc18773ded82cf967edf8dd1eaba78d2b95.zip FreeBSD-ports-3c7bcfc18773ded82cf967edf8dd1eaba78d2b95.tar.gz |
Respect CC and CFLAGS
Diffstat (limited to 'japanese/kpcal')
-rw-r--r-- | japanese/kpcal/files/patch-Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/japanese/kpcal/files/patch-Makefile b/japanese/kpcal/files/patch-Makefile new file mode 100644 index 0000000..ee4c11b --- /dev/null +++ b/japanese/kpcal/files/patch-Makefile @@ -0,0 +1,10 @@ +--- Makefile.orig Sun Oct 19 02:57:42 2003 ++++ Makefile Sun Oct 19 02:57:49 2003 +@@ -1,5 +1,5 @@ +-CC = cc +-CFLAGS = -O ++CC ?= cc ++CFLAGS ?= -O -pipe + OBJS = kpcal.o conv.o + + kpcal: $(OBJS) |