From d4788043a63ef9283977820ebeb919278611e7b7 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Thu, 23 Oct 2003 00:01:04 +0000 Subject: Respect CC and CFLAGS --- japanese/epwutil/files/patch-makefile.unx | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 japanese/epwutil/files/patch-makefile.unx (limited to 'japanese/epwutil/files') diff --git a/japanese/epwutil/files/patch-makefile.unx b/japanese/epwutil/files/patch-makefile.unx new file mode 100644 index 000000000000..60a227bbe971 --- /dev/null +++ b/japanese/epwutil/files/patch-makefile.unx @@ -0,0 +1,13 @@ +--- makefile.unx.orig Wed Oct 22 16:55:42 2003 ++++ makefile.unx Wed Oct 22 16:55:57 2003 +@@ -1,7 +1,8 @@ + # EPWUTIL Makefile for UNIX/gcc + +-CC = gcc +-CFLAGS = -DUNIX -DEUC ++CC ?= cc ++CFLAGS ?= -O -pipe ++CFLAGS += -DUNIX -DEUC + + .c.o: + $(CC) -c $(CFLAGS) $*.c -- cgit v1.2.3