diff options
author | Ryan Hill <rhill@gentoo.org> | 2007-02-04 02:17:49 +0000 |
---|---|---|
committer | Ryan Hill <rhill@gentoo.org> | 2007-02-04 02:17:49 +0000 |
commit | e32f95df8b28b01e45436c6b0bdacae1206204b6 (patch) | |
tree | 59d032fa714f675ff0a6528e777d88f57927d97f /app-misc/countrycodes/files | |
parent | Regenerate digest in Manifest2 format. (diff) | |
download | historical-e32f95df8b28b01e45436c6b0bdacae1206204b6.tar.gz historical-e32f95df8b28b01e45436c6b0bdacae1206204b6.tar.bz2 historical-e32f95df8b28b01e45436c6b0bdacae1206204b6.zip |
Fix pre-stripped files and get CC through tc-getCC. Bug #152253.
Package-Manager: portage-2.1.2-r7
Diffstat (limited to 'app-misc/countrycodes/files')
-rw-r--r-- | app-misc/countrycodes/files/countrycodes-1.0.5-Makefile.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-misc/countrycodes/files/countrycodes-1.0.5-Makefile.patch b/app-misc/countrycodes/files/countrycodes-1.0.5-Makefile.patch new file mode 100644 index 000000000000..619d7a072360 --- /dev/null +++ b/app-misc/countrycodes/files/countrycodes-1.0.5-Makefile.patch @@ -0,0 +1,12 @@ +diff -Naur countrycodes-1.0.5-orig/src/Makefile countrycodes-1.0.5/src/Makefile +--- countrycodes-1.0.5-orig/src/Makefile 2003-02-01 09:56:08.000000000 -0600 ++++ countrycodes-1.0.5/src/Makefile 2007-02-03 20:12:26.000000000 -0600 +@@ -70,7 +70,7 @@ + strip $(PROGRAM) + + install: +- $(INSTALL) -g root -m $(BINMODE) -o root -s ${srcdir}/$(PROGRAM) ${bindir} ++ $(INSTALL) -g root -m $(BINMODE) -o root ${srcdir}/$(PROGRAM) ${bindir} + @echo "Installing man page..." + @$(SEDBIN) $(SEDCMDS) ${docdir}/iso3166.1.in > ${mandir}/iso3166.1 + @chown 0.0 ${mandir}/iso3166.1 |