summaryrefslogtreecommitdiff
path: root/japanese/epwutil/files/patch-makefile.unx
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-10-23 00:01:04 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-10-23 00:01:04 +0000
commitd4788043a63ef9283977820ebeb919278611e7b7 (patch)
tree5f7611ba1ce09680731e60f67c8da3676b89757f /japanese/epwutil/files/patch-makefile.unx
parentPacify Fenner's report. (diff)
Respect CC and CFLAGS
Notes
Notes: svn path=/head/; revision=91918
Diffstat (limited to '')
-rw-r--r--japanese/epwutil/files/patch-makefile.unx13
1 files changed, 13 insertions, 0 deletions
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