summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-12-17 19:17:46 +0000
committerwiz <wiz@pkgsrc.org>2001-12-17 19:17:46 +0000
commitfaea29976f9929a3a9d42f0086b7f6837ecc9209 (patch)
treed18d13f64ece4dce6314c66d28f040d82651263d /japanese
parentfd2170638444ca7688e138ba38f25c9a75695036 (diff)
downloadpkgsrc-faea29976f9929a3a9d42f0086b7f6837ecc9209.tar.gz
Include header file for is_euc_byte prototype. Fixes compilation
with gcc 2.95.3. Closes pkg/14972.
Diffstat (limited to 'japanese')
-rw-r--r--japanese/groff/distinfo3
-rw-r--r--japanese/groff/patches/patch-al12
2 files changed, 14 insertions, 1 deletions
diff --git a/japanese/groff/distinfo b/japanese/groff/distinfo
index e62c93263e6..68f34786928 100644
--- a/japanese/groff/distinfo
+++ b/japanese/groff/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2001/04/21 10:13:32 wiz Exp $
+$NetBSD: distinfo,v 1.3 2001/12/17 19:17:46 wiz Exp $
SHA1 (groff-1.10.tar.gz) = 032eeb221aff1a621019374646819e8741c11d39
Size (groff-1.10.tar.gz) = 986431 bytes
@@ -15,3 +15,4 @@ SHA1 (patch-ah) = 6bcf32bc8441a0d5182cabe8d811f696678dc144
SHA1 (patch-ai) = 4bfc39d00cc63ed0de02489ce45d01e49563871e
SHA1 (patch-aj) = 70ec56a901457c6534c77bd1c67e6c2d6f7b7cd3
SHA1 (patch-ak) = 2cd8539d364edee3f305bb49c5b2518735e76666
+SHA1 (patch-al) = 63c383ec386657aff1d84e01dee1843d7f94109b
diff --git a/japanese/groff/patches/patch-al b/japanese/groff/patches/patch-al
new file mode 100644
index 00000000000..c926ca9e983
--- /dev/null
+++ b/japanese/groff/patches/patch-al
@@ -0,0 +1,12 @@
+$NetBSD: patch-al,v 1.1 2001/12/17 19:17:48 wiz Exp $
+
+--- include/lib.h.orig Thu Jun 22 09:41:29 1995
++++ include/lib.h
+@@ -51,6 +51,7 @@
+ char *strsave(const char *s);
+ int is_prime(unsigned);
+
++#include <eucmac.h>
+ #include <stdio.h>
+
+ FILE *xtmpfile();