diff options
author | 2010-11-21 02:51:42 +0000 | |
---|---|---|
committer | 2010-11-21 02:51:42 +0000 | |
commit | 5deebfa061a179d73f0cdab4fc8724454d776de0 (patch) | |
tree | 38811b34804a6fbed685becfb9d195c0b2077da5 /app-text/recode/files | |
parent | Add examples to IUSE; install demo+examples to /usr/share/doc; install DSS li... (diff) | |
download | gentoo-2-5deebfa061a179d73f0cdab4fc8724454d776de0.tar.gz gentoo-2-5deebfa061a179d73f0cdab4fc8724454d776de0.tar.bz2 gentoo-2-5deebfa061a179d73f0cdab4fc8724454d776de0.zip |
app-text/recode: Remove unused patch (bug #344607)
(Portage version: 2.1.9.24/cvs/Linux x86_64)
Diffstat (limited to 'app-text/recode/files')
-rw-r--r-- | app-text/recode/files/recode-3.6-interix-getopt.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/app-text/recode/files/recode-3.6-interix-getopt.patch b/app-text/recode/files/recode-3.6-interix-getopt.patch deleted file mode 100644 index 6fdfa5ae29ae..000000000000 --- a/app-text/recode/files/recode-3.6-interix-getopt.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ru recode-3.6.orig/src/Makefile.am recode-3.6/src/Makefile.am ---- recode-3.6.orig/src/Makefile.am 2008-07-25 13:32:10 +0200 -+++ recode-3.6/src/Makefile.am 2008-07-25 13:36:27 +0200 -@@ -47,7 +47,7 @@ - - librecode_la_SOURCES = argmatch.c charname.c combine.c fr-charname.c \ - hash.c iconv.c libiconv.c localcharset.c merged.c names.c outer.c quotearg.c \ --recode.c request.c strip-pool.c task.c xmalloc.c error.c xstrdup.c $(C_STEPS) -+recode.c request.c strip-pool.c task.c xmalloc.c error.c xstrdup.c getopt.c getopt1.c $(C_STEPS) - librecode_la_LDFLAGS = -version-info 0:0:0 - - INCLUDES = -I.. -I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/libiconv |