summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom William Payne <twp@gentoo.org>2004-07-06 19:42:37 +0000
committerTom William Payne <twp@gentoo.org>2004-07-06 19:42:37 +0000
commitb555a5e2159079dabfd6034bad7e036d29d0c638 (patch)
tree5b501ad7d7c8b87c8062fe70616fd308abc6d9d7 /dev-libs/judy/files
parentChangelog typo (Manifest recommit) (diff)
downloadgentoo-2-b555a5e2159079dabfd6034bad7e036d29d0c638.tar.gz
gentoo-2-b555a5e2159079dabfd6034bad7e036d29d0c638.tar.bz2
gentoo-2-b555a5e2159079dabfd6034bad7e036d29d0c638.zip
Fix compile problems with recent gccs. Bug # 51528. Thanks J.C. Wren.
Diffstat (limited to 'dev-libs/judy/files')
-rw-r--r--dev-libs/judy/files/digest-judy-20020627-r11
-rw-r--r--dev-libs/judy/files/jhton.patch31
2 files changed, 32 insertions, 0 deletions
diff --git a/dev-libs/judy/files/digest-judy-20020627-r1 b/dev-libs/judy/files/digest-judy-20020627-r1
new file mode 100644
index 000000000000..a0bb94e9af67
--- /dev/null
+++ b/dev-libs/judy/files/digest-judy-20020627-r1
@@ -0,0 +1 @@
+MD5 7ca6ca87a8fca531a0a4b505f51296d4 Judy-initial_LGPL.src.tar.gz 296274
diff --git a/dev-libs/judy/files/jhton.patch b/dev-libs/judy/files/jhton.patch
new file mode 100644
index 000000000000..4a2f8248efb8
--- /dev/null
+++ b/dev-libs/judy/files/jhton.patch
@@ -0,0 +1,31 @@
+--- jhton.c 2004-06-16 10:19:41.127799366 -0400
++++ jhton.c.new 2004-06-16 10:17:03.620619690 -0400
+@@ -690,8 +690,8 @@
+ PageName and PageSection), and the ]W value from the second
+ TD, for an nroff file header like this:
+
+- .\" Auto-translated from <file> by <prog> at <date>
+- .\" <revision string above>
++ .\" Auto-translated from <file> by <prog> at <date>"
++ .\" <revision string above>"
+ .TA x
+ .TH Judy<suffix> 3X
+ .ds )H Hewlett-Packard Company
+@@ -704,7 +704,7 @@
+ </DL>
+
+ Note: Anchors within <B><PRE> are not font-marked because this
+- messes up nroff, which doesn't nest fonts well.
++ messes up nroff, which doesn''t nest fonts well.
+
+ Note: Font C (computer) is preferred to bold for other markings,
+ but it only seems to work for ".C", not ".ft C" nor "\fC", and ".C"
+@@ -728,7 +728,7 @@
+ <I>text</I> \fItext\fP
+
+ Note: Ideally most <PRE> text that is not bold should be in ".C"
+- font, but this requires ensuring there is no " on the line, and
++ font, but this requires ensuring there is no "" on the line, and
+ would simply make the line bold anyway for nroff; it would only be a
+ real improvement for troff (which we do not expect will be used with
+ these manual entries).