summaryrefslogtreecommitdiff
path: root/converters/ish/patches
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-08-20 02:50:56 +0000
committerjlam <jlam@pkgsrc.org>2001-08-20 02:50:56 +0000
commitb4aca44532961355dbc4cd745722fb86d5186869 (patch)
treef7a87b29e148a0568cf2e5834a89ec1926f7097b /converters/ish/patches
parent90e74f30d390e3df9e62a8c7e28e6889a344c66a (diff)
downloadpkgsrc-b4aca44532961355dbc4cd745722fb86d5186869.tar.gz
Honor CC, CFLAGS, and LDFLAGS settings from the environment and mark as
USE_BUILDLINK_ONLY.
Diffstat (limited to 'converters/ish/patches')
-rw-r--r--converters/ish/patches/patch-aa24
1 files changed, 24 insertions, 0 deletions
diff --git a/converters/ish/patches/patch-aa b/converters/ish/patches/patch-aa
new file mode 100644
index 00000000000..599a9899691
--- /dev/null
+++ b/converters/ish/patches/patch-aa
@@ -0,0 +1,24 @@
+$NetBSD: patch-aa,v 1.1 2001/08/20 02:50:56 jlam Exp $
+
+--- makefile.orig Sun Aug 5 07:04:08 1990
++++ makefile
+@@ -1,7 +1,7 @@
+-DEST = .
++DEST = ${PREFIX}/bin
+ #CFLAGS = -O -DSysV
+-CFLAGS = -O
+-LDFLAGS = -s
++#CFLAGS = -O
++#LDFLAGS = -s
+
+ SRCS = crc.c decode.c encode.c ish.c jis7.c jis8.c sjis.c njis.c
+ OBJS = crc.o decode.o encode.o ish.o jis7.o jis8.o sjis.o njis.o
+@@ -18,7 +18,7 @@
+
+ install: $(ISH)
+ @echo Installing $(ISH) in $(DEST)
+- @install -s $(ISH) $(DEST)
++ @${BSD_INSTALL_PROGRAM} $(ISH) $(DEST)
+
+ $(OBJS) : $(HDRS)
+