summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorshannonjr <shannonjr@pkgsrc.org>2004-06-07 19:25:58 +0000
committershannonjr <shannonjr@pkgsrc.org>2004-06-07 19:25:58 +0000
commitcb4dd26e057a1a2baaf854f1ebbfba2e99c34ea9 (patch)
treef9da156630955e4c1dc7e8f1155ac38771e42726 /textproc
parentfaaa94b62bbe2fa9f5dacc94efb01ab95c7c3649 (diff)
downloadpkgsrc-cb4dd26e057a1a2baaf854f1ebbfba2e99c34ea9.tar.gz
Re: PR 25853 textproc/opensp does not compile with gcc 3.4.0
A missing type declaration causes compilation failure. The patch fixes the problem by including the local header file "constant.h" This closes the referenced PR.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/opensp/distinfo3
-rw-r--r--textproc/opensp/patches/patch-ab12
2 files changed, 14 insertions, 1 deletions
diff --git a/textproc/opensp/distinfo b/textproc/opensp/distinfo
index 36f4088271a..78e55b5c3cf 100644
--- a/textproc/opensp/distinfo
+++ b/textproc/opensp/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.5 2004/05/19 05:42:38 minskim Exp $
+$NetBSD: distinfo,v 1.6 2004/06/07 19:25:58 shannonjr Exp $
SHA1 (OpenSP-1.5.1.tar.gz) = 93bd4f99972c9a50e07c68e3161ed3c25f9a3b22
Size (OpenSP-1.5.1.tar.gz) = 1418784 bytes
SHA1 (patch-aa) = 15a4c6051a95b70a5c978f831185382b4bd386f8
+SHA1 (patch-ab) = 25873063e861873b86790a4420216cde8d422a15
diff --git a/textproc/opensp/patches/patch-ab b/textproc/opensp/patches/patch-ab
new file mode 100644
index 00000000000..3960df5c494
--- /dev/null
+++ b/textproc/opensp/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.5 2004/06/07 19:25:58 shannonjr Exp $
+
+--- include/RangeMap.cxx.orig 2000-02-25 09:55:21.000000000 -0700
++++ include/RangeMap.cxx
+@@ -7,6 +7,7 @@
+ #include "RangeMap.h"
+ #include "ISet.h"
+ #include "types.h"
++#include "constant.h"
+
+ #ifdef SP_NAMESPACE
+ namespace SP_NAMESPACE {