summaryrefslogtreecommitdiff
path: root/cad/verilog/patches
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-08-05 17:16:29 +0000
committerjoerg <joerg@pkgsrc.org>2007-08-05 17:16:29 +0000
commit14b4b4cba78c9af69982345e7925a61b7556cc23 (patch)
tree544ce65227e865e2c1ca307260a544db9769e497 /cad/verilog/patches
parent67ad9a89909a0cf58a99959b47cca5a5837aba23 (diff)
downloadpkgsrc-14b4b4cba78c9af69982345e7925a61b7556cc23.tar.gz
Don't use malloc.h.
Diffstat (limited to 'cad/verilog/patches')
-rw-r--r--cad/verilog/patches/patch-aa14
1 files changed, 14 insertions, 0 deletions
diff --git a/cad/verilog/patches/patch-aa b/cad/verilog/patches/patch-aa
new file mode 100644
index 00000000000..281e05b58aa
--- /dev/null
+++ b/cad/verilog/patches/patch-aa
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.9 2007/08/05 17:16:29 joerg Exp $
+
+--- vvp/decoder.cc.orig 2007-08-05 16:42:39.000000000 +0000
++++ vvp/decoder.cc
+@@ -22,7 +22,9 @@
+ # include "functor.h"
+ # include "symbols.h"
+ # include <stdlib.h>
++#ifdef HAVE_MALLOC_H
+ # include <malloc.h>
++#endif
+ # include <limits.h>
+ # include <assert.h>
+