summaryrefslogtreecommitdiff
path: root/cad/verilog-current/patches
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2000-03-07 20:36:51 +0000
committerdmcmahill <dmcmahill>2000-03-07 20:36:51 +0000
commit4340cb79524424e45767b019441f0a20537ee5fa (patch)
tree7a2c54a870bcc903dab6f8b7a115e3a1d1854016 /cad/verilog-current/patches
parent4c6a9a1dcc385c3005b37b41d0afdb475fbad168 (diff)
downloadpkgsrc-4340cb79524424e45767b019441f0a20537ee5fa.tar.gz
fix a patchfile bug which caused parse.cc to be compiled twice.
Diffstat (limited to 'cad/verilog-current/patches')
-rw-r--r--cad/verilog-current/patches/patch-ad9
1 files changed, 5 insertions, 4 deletions
diff --git a/cad/verilog-current/patches/patch-ad b/cad/verilog-current/patches/patch-ad
index ab503fd75e9..8d97631011f 100644
--- a/cad/verilog-current/patches/patch-ad
+++ b/cad/verilog-current/patches/patch-ad
@@ -1,13 +1,14 @@
-$NetBSD: patch-ad,v 1.1.1.1 2000/03/07 16:09:16 dmcmahill Exp $
+$NetBSD: patch-ad,v 1.2 2000/03/07 20:36:53 dmcmahill Exp $
don't use -O2 on parse.cc because of compiler bugs on sparc and pmax
(maybe others).
--- Makefile.in.orig Sat Feb 5 01:40:35 2000
-+++ Makefile.in Sun Feb 13 11:13:10 2000
-@@ -111,4 +111,5 @@
++++ Makefile.in Tue Mar 7 12:38:25 2000
+@@ -111,4 +111,6 @@
parse.o dep/parse.d: parse.cc
-+ $(CXX) -c -I. $(CPPFLAGS) $<
++ $(CXX) -MD -c -I. $(CPPFLAGS) $<
++ mv parse.d dep/parse.d
parse.h parse.cc: $(srcdir)/parse.y