summaryrefslogtreecommitdiff
path: root/cad/freehdl
diff options
context:
space:
mode:
authorjoerg <joerg>2011-11-24 14:18:30 +0000
committerjoerg <joerg>2011-11-24 14:18:30 +0000
commit2a3fed6f0518d3e8b43da4f5c25115059623bd6b (patch)
tree1cc7ce052396915c3c028748cfad9ad47e1c49e0 /cad/freehdl
parent29671c32dcdcf081a3fe7aa50e9497ae55d2f7c5 (diff)
downloadpkgsrc-2a3fed6f0518d3e8b43da4f5c25115059623bd6b.tar.gz
Always include string.h
Diffstat (limited to 'cad/freehdl')
-rw-r--r--cad/freehdl/distinfo4
-rw-r--r--cad/freehdl/patches/patch-aa14
2 files changed, 8 insertions, 10 deletions
diff --git a/cad/freehdl/distinfo b/cad/freehdl/distinfo
index a3553ccdb5d..90b9ab516a8 100644
--- a/cad/freehdl/distinfo
+++ b/cad/freehdl/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2011/11/23 19:23:52 marino Exp $
+$NetBSD: distinfo,v 1.3 2011/11/24 14:18:30 joerg Exp $
SHA1 (freehdl-0.0.7.tar.gz) = eca7ad3ac58e56b72842e83a0a702c05b8f86aa4
RMD160 (freehdl-0.0.7.tar.gz) = d00e14d6b1cd97154b221717124c6e20b0d4f776
Size (freehdl-0.0.7.tar.gz) = 1394351 bytes
-SHA1 (patch-aa) = ca30d91823503c3c9d2d8dbc205776eb14aab537
+SHA1 (patch-aa) = 4c7b147c47079931506366ce50fc0eeac187fd65
diff --git a/cad/freehdl/patches/patch-aa b/cad/freehdl/patches/patch-aa
index 73ee7813ca7..9d4bfd75d3f 100644
--- a/cad/freehdl/patches/patch-aa
+++ b/cad/freehdl/patches/patch-aa
@@ -1,14 +1,12 @@
-$NetBSD: patch-aa,v 1.1 2011/11/23 19:23:52 marino Exp $
+$NetBSD: patch-aa,v 1.2 2011/11/24 14:18:30 joerg Exp $
---- kernel/fhdl_stream.cc.orig 2006-01-12 08:05:01.000000000 +0000
+--- kernel/fhdl_stream.cc.orig 2011-11-24 00:24:28.000000000 +0000
+++ kernel/fhdl_stream.cc
-@@ -6,6 +6,9 @@
+@@ -4,6 +4,7 @@
+ #endif
+ #include <sstream>
#include <assert.h>
++#include <string.h>
#include <freehdl/kernel-error.hh>
#include <freehdl/kernel-fhdl-stream.hh>
-+#if defined (__DragonFly__)
-+#include <string.h>
-+#endif
-
- // Error stream to output error messages generated by the kernel,