summaryrefslogtreecommitdiff
path: root/app-i18n/kcc/files/kcc-1.0-fix-build-system.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-i18n/kcc/files/kcc-1.0-fix-build-system.patch')
-rw-r--r--app-i18n/kcc/files/kcc-1.0-fix-build-system.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/app-i18n/kcc/files/kcc-1.0-fix-build-system.patch b/app-i18n/kcc/files/kcc-1.0-fix-build-system.patch
new file mode 100644
index 000000000000..7818215d62fc
--- /dev/null
+++ b/app-i18n/kcc/files/kcc-1.0-fix-build-system.patch
@@ -0,0 +1,24 @@
+--- a/Makefile
++++ b/Makefile
+@@ -10,11 +10,9 @@
+ BINPATH = /usr/local/bin
+ MANPATH = /usr/local/man
+ JMANDIR = japanese
+- CFLAGS = -O
+
+ SHELL = /bin/sh
+ CP = cp
+- MAKE = make
+ INSTALL = install
+
+ CMDS = kcc
+@@ -23,9 +21,6 @@
+
+ all: kcc
+
+-kcc: kcc.o
+- $(CC) $(CFLAGS) -o kcc kcc.o
+-
+ install: $(BINPATH)/kcc
+ @echo "\`make install' done."
+ @echo "Run \`make install.man' to install a manual."