From 0e982b085dd4dc725ac77c70c29ce68acf3af29d Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 19 Oct 2003 09:59:38 +0000 Subject: Respect CC and CFLAGS --- japanese/kpcal/files/patch-Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 japanese/kpcal/files/patch-Makefile (limited to 'japanese/kpcal') 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) -- cgit v1.2.3