diff options
-rw-r--r-- | converters/ish/files/patch-aa | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/converters/ish/files/patch-aa b/converters/ish/files/patch-aa index 437fe2773c60..a45ab2a196cb 100644 --- a/converters/ish/files/patch-aa +++ b/converters/ish/files/patch-aa @@ -1,8 +1,12 @@ ---- makefile.orig Sun Aug 5 20:04:08 1990 -+++ makefile Wed Aug 13 14:50:08 1997 -@@ -1,4 +1,4 @@ +--- makefile.orig Sun Aug 5 04:04:08 1990 ++++ makefile Sun Oct 19 01:34:53 2003 +@@ -1,6 +1,7 @@ -DEST = . +DEST = $(PREFIX)/bin #CFLAGS = -O -DSysV - CFLAGS = -O +-CFLAGS = -O ++CFLAGS ?= -O -pipe ++CC ?= cc LDFLAGS = -s + + SRCS = crc.c decode.c encode.c ish.c jis7.c jis8.c sjis.c njis.c |