diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2000-03-07 20:36:51 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2000-03-07 20:36:51 +0000 |
commit | e5caff965d5432feb3339eed191d58da63fca2cb (patch) | |
tree | 7a2c54a870bcc903dab6f8b7a115e3a1d1854016 /cad/verilog-current/patches | |
parent | 0726f83164025dcf1784434bcb0f5278dcd0b289 (diff) | |
download | pkgsrc-e5caff965d5432feb3339eed191d58da63fca2cb.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-ad | 9 |
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 |