diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2007-08-17 21:26:35 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2007-08-17 21:26:35 +0000 |
commit | 07183c9d9f3305560fb56ca5bbbe4c327b4874e3 (patch) | |
tree | d1dc049507da93c59f85962aa6e6d1daab1a0bf9 /app-text/dictd/files | |
parent | Removed dictd-1.8.0. It didn't compile anymore, the ebuild was broken and it ... (diff) | |
download | gentoo-2-07183c9d9f3305560fb56ca5bbbe4c327b4874e3.tar.gz gentoo-2-07183c9d9f3305560fb56ca5bbbe4c327b4874e3.tar.bz2 gentoo-2-07183c9d9f3305560fb56ca5bbbe4c327b4874e3.zip |
Missed obsolete patch when removing dictd-1.8.0.
(Portage version: 2.1.3.5)
Diffstat (limited to 'app-text/dictd/files')
-rw-r--r-- | app-text/dictd/files/dictd-1.8.0-gcc33-multiline-string-fix.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/app-text/dictd/files/dictd-1.8.0-gcc33-multiline-string-fix.patch b/app-text/dictd/files/dictd-1.8.0-gcc33-multiline-string-fix.patch deleted file mode 100644 index 05b71e2ec946..000000000000 --- a/app-text/dictd/files/dictd-1.8.0-gcc33-multiline-string-fix.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- dictd-1.8.0/dictfmt.c 2003-09-21 10:59:06.000000000 +1200 -+++ dictd-1.8.0-gentoo/dictfmt.c 2003-09-21 11:18:37.000000000 +1200 -@@ -369,7 +369,7 @@ - several words to have the same definition\n\ - Example: autumn%%%fall can be used\n\ - if '--headword-separator %%%' is supplied", --"--without-headword with this parameter supplied -+"--without-headword with this parameter supplied\n\ - head words will not be copied to .dict file", - 0 }; - const char **p = help_msg; - |