summaryrefslogtreecommitdiff
path: root/cad/verilog-current/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'cad/verilog-current/patches/patch-ae')
-rw-r--r--cad/verilog-current/patches/patch-ae13
1 files changed, 13 insertions, 0 deletions
diff --git a/cad/verilog-current/patches/patch-ae b/cad/verilog-current/patches/patch-ae
new file mode 100644
index 00000000000..d851b23a47a
--- /dev/null
+++ b/cad/verilog-current/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.3 2001/03/31 00:00:35 dmcmahill Exp $
+
+--- vvp/Makefile.in.orig Thu Mar 22 17:37:36 2001
++++ vvp/Makefile.in Fri Mar 30 11:08:42 2001
+@@ -40,6 +40,6 @@
+ STRIP = @STRIP@
+
+-CPPFLAGS = @CPPFLAGS@ @DEFS@ -DMODULE_DIR=\"$(libdir)/ivl\"
+-CXXFLAGS = @CXXFLAGS@ -I. -I$(srcdir)/..
++CPPFLAGS = -I. -I$(srcdir)/.. @CPPFLAGS@ @DEFS@ -DMODULE_DIR=\"$(libdir)/ivl\"
++CXXFLAGS = @CXXFLAGS@
+ LDFLAGS = @LDFLAGS@
+