diff options
author | 2003-10-02 08:51:04 +0000 | |
---|---|---|
committer | 2003-10-02 08:51:04 +0000 | |
commit | fd8706ff89425af9122b056da5cde54192a460bf (patch) | |
tree | c64194473652b507de7a29b1a8ab7a10e70d3b4f /app-text/dictd/files/dictd-1.8.0-gcc33-multiline-string-fix.patch | |
parent | Added patch to fix gcc33 multi-line issue; Closes Bug #29227; Also added gnuc... (diff) | |
download | gentoo-2-fd8706ff89425af9122b056da5cde54192a460bf.tar.gz gentoo-2-fd8706ff89425af9122b056da5cde54192a460bf.tar.bz2 gentoo-2-fd8706ff89425af9122b056da5cde54192a460bf.zip |
Added patch to fix gcc33 multi-line issue; Closes Bug #29227; Also added gnuconfig support to detect sparc arch properly
Diffstat (limited to 'app-text/dictd/files/dictd-1.8.0-gcc33-multiline-string-fix.patch')
-rw-r--r-- | app-text/dictd/files/dictd-1.8.0-gcc33-multiline-string-fix.patch | 12 |
1 files changed, 12 insertions, 0 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 new file mode 100644 index 000000000000..05b71e2ec946 --- /dev/null +++ b/app-text/dictd/files/dictd-1.8.0-gcc33-multiline-string-fix.patch @@ -0,0 +1,12 @@ +--- 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; + |