diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-10-19 09:59:38 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-10-19 09:59:38 +0000 |
commit | 0e982b085dd4dc725ac77c70c29ce68acf3af29d (patch) | |
tree | af63fab309de5c4798993de2576cf693f4dab1ea /japanese/kpcal | |
parent | 680ebec5a96987c17b10318c9192f3803acc9413 (diff) | |
download | ports-0e982b085dd4dc725ac77c70c29ce68acf3af29d.tar.gz ports-0e982b085dd4dc725ac77c70c29ce68acf3af29d.zip |
Notes
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 000000000000..ee4c11b850ad --- /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) |