summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorminskim <minskim>2006-08-19 11:56:21 +0000
committerminskim <minskim>2006-08-19 11:56:21 +0000
commit2d7026448397c3da64472836a8d935ff33bd63b6 (patch)
treec7b8f8fb9707254a75add3e695debbc025a70891 /textproc
parent785a5397248634d2853c48150eca0c62d0c2ea37 (diff)
downloadpkgsrc-2d7026448397c3da64472836a8d935ff33bd63b6.tar.gz
Do not define a symbol in a header file. This fixes "multiple definitions"
errors on Darwin.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/hre/distinfo3
-rw-r--r--textproc/hre/patches/patch-ab13
2 files changed, 15 insertions, 1 deletions
diff --git a/textproc/hre/distinfo b/textproc/hre/distinfo
index 81cda34215e..0f27252e821 100644
--- a/textproc/hre/distinfo
+++ b/textproc/hre/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.5 2006/01/02 11:20:57 joerg Exp $
+$NetBSD: distinfo,v 1.6 2006/08/19 11:56:21 minskim Exp $
SHA1 (hre-0.9.8a.tar.gz) = 9082ec1553052483340ec15648204738ecab1e41
RMD160 (hre-0.9.8a.tar.gz) = ea5bb3ce17e07eb85c596502d3ecdb1e62c06fc0
Size (hre-0.9.8a.tar.gz) = 369257 bytes
SHA1 (patch-aa) = ad42f93bea365cedb78265a728281e1d759141f8
+SHA1 (patch-ab) = 4e2116d8ac686f5f0764e959779e571d71fc5b1f
diff --git a/textproc/hre/patches/patch-ab b/textproc/hre/patches/patch-ab
new file mode 100644
index 00000000000..3eb84b8bc86
--- /dev/null
+++ b/textproc/hre/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2006/08/19 11:56:21 minskim Exp $
+
+--- src/lexical.h.orig 2004-08-04 14:28:08.000000000 -0700
++++ src/lexical.h
+@@ -32,7 +32,7 @@ enum
+ {
+ #include "lexical.def"
+ MAX_SYM_T
+- } lexical;
++ };
+ #undef DEF_LEXICAL
+
+ #endif