summaryrefslogtreecommitdiff
path: root/textproc/source-highlight
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2004-10-23 17:47:16 +0000
committerseb <seb@pkgsrc.org>2004-10-23 17:47:16 +0000
commit8e5abf31af848262310155105af3bc023eeb2418 (patch)
treefb8cdac18311dd450dfedc1f7f2a148914c911f0 /textproc/source-highlight
parent23e82ce673413b669d9a457887a900097b7dd8cf (diff)
downloadpkgsrc-8e5abf31af848262310155105af3bc023eeb2418.tar.gz
Fix build on NetBSD 1.6.2 (with gcc 2.95.3).
Reported by diro at nixsys dot bz in PR pkg/27390.
Diffstat (limited to 'textproc/source-highlight')
-rw-r--r--textproc/source-highlight/distinfo3
-rw-r--r--textproc/source-highlight/patches/patch-ai12
2 files changed, 14 insertions, 1 deletions
diff --git a/textproc/source-highlight/distinfo b/textproc/source-highlight/distinfo
index 406d7821a18..7856041a317 100644
--- a/textproc/source-highlight/distinfo
+++ b/textproc/source-highlight/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2004/10/21 00:15:47 seb Exp $
+$NetBSD: distinfo,v 1.11 2004/10/23 17:47:16 seb Exp $
SHA1 (source-highlight-1.11.tar.gz) = 67bfdfcfe525dc4e61143e8e5865f8d977fe2b58
Size (source-highlight-1.11.tar.gz) = 722472 bytes
@@ -10,3 +10,4 @@ SHA1 (patch-ae) = ea3b682e89556a8c32b990585c07c6cd48fb24d9
SHA1 (patch-af) = 55f91e0f744ca0028db5aa04806084e057191637
SHA1 (patch-ag) = e56f2f94ae8cc22766d11ee3729ad3e6410f3240
SHA1 (patch-ah) = ba914d5f459bda5da8a57ad83b53abb4bc474701
+SHA1 (patch-ai) = 8571124ee2190bc0da0d78046aa8bcd542296857
diff --git a/textproc/source-highlight/patches/patch-ai b/textproc/source-highlight/patches/patch-ai
new file mode 100644
index 00000000000..61e6fb89522
--- /dev/null
+++ b/textproc/source-highlight/patches/patch-ai
@@ -0,0 +1,12 @@
+$NetBSD: patch-ai,v 1.1 2004/10/23 17:47:16 seb Exp $
+
+--- src/lib/outputgenerator.h.orig 2004-09-26 09:34:55.000000000 +0000
++++ src/lib/outputgenerator.h
+@@ -13,6 +13,7 @@
+ #define OUTPUTGENERATOR_H
+
+ #include <iostream>
++#include <string>
+
+ class OutputBuffer;
+