summaryrefslogtreecommitdiff
path: root/japanese/okphone/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/okphone/files/patch-aa')
-rw-r--r--japanese/okphone/files/patch-aa24
1 files changed, 0 insertions, 24 deletions
diff --git a/japanese/okphone/files/patch-aa b/japanese/okphone/files/patch-aa
deleted file mode 100644
index 7c9afc7d59f2..000000000000
--- a/japanese/okphone/files/patch-aa
+++ /dev/null
@@ -1,24 +0,0 @@
---- ./conv/Makefile.org Wed Feb 7 18:45:35 1996
-+++ ./conv/Makefile Wed Feb 7 18:45:36 1996
-@@ -5,10 +5,10 @@
- # This one is pretty straightforward - no special flags for it.
-
- CC = cc
--CFLAGS = -O
-+CFLAGS += -O
- SRCS = convd.c
- DEST = convd
--RDEST = /usr/local/etc/convd
-+RDEST = ${PREFIX}/libexec/convd
- #RDEST = /usr/local/lib/convd
-
- all: ${DEST}
-@@ -19,7 +19,7 @@
-
- install: ${DEST}
- /bin/rm -f ${RDEST}
-- cp ${DEST} ${RDEST}
-+ install -cs -m 755 -o bin -g bin ${DEST} ${RDEST}
-
- clean:
- /bin/rm -f ${DEST} core *.o