diff options
author | 2019-08-18 14:53:27 +0200 | |
---|---|---|
committer | 2019-08-18 14:53:27 +0200 | |
commit | 4b18bb8e01438a52147cb94e94085bf753fdefd3 (patch) | |
tree | eef27c38e7c886aba9a340ed199bf79631f654e3 /app-i18n/kcc/files | |
parent | media-video/aegisub: [QA] Fix leading whitespace (diff) | |
download | gentoo-4b18bb8e01438a52147cb94e94085bf753fdefd3.tar.gz gentoo-4b18bb8e01438a52147cb94e94085bf753fdefd3.tar.bz2 gentoo-4b18bb8e01438a52147cb94e94085bf753fdefd3.zip |
app-i18n/kcc: Port to EAPI 7
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-i18n/kcc/files')
-rw-r--r-- | app-i18n/kcc/files/kcc-1.0-fix-build-system.patch | 24 |
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." |