summaryrefslogtreecommitdiff
path: root/cad/verilog/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'cad/verilog/patches/patch-ad')
-rw-r--r--cad/verilog/patches/patch-ad37
1 files changed, 7 insertions, 30 deletions
diff --git a/cad/verilog/patches/patch-ad b/cad/verilog/patches/patch-ad
index 687371a0426..97249a03f8e 100644
--- a/cad/verilog/patches/patch-ad
+++ b/cad/verilog/patches/patch-ad
@@ -1,36 +1,13 @@
-$NetBSD: patch-ad,v 1.1.1.1 2000/01/26 15:28:41 dmcmahill Exp $
+$NetBSD: patch-ad,v 1.2 2000/02/14 22:55:33 dmcmahill Exp $
-*use INSTALL_SCRIPT for installing a shell script.
-*don't use -O2 on parse.cc because of compiler bugs on sparc and pmax
- (maybe others).
-*check for libdl, don't assume it is there.
+don't use -O2 on parse.cc because of compiler bugs on sparc and pmax
+(maybe others).
---- Makefile.in.orig Sun Jan 9 12:43:28 2000
-+++ Makefile.in Mon Jan 24 13:02:12 2000
-@@ -40,4 +40,5 @@
- CXX = @CXX@
- INSTALL = @INSTALL@
-+INSTALL_SCRIPT = @INSTALL_SCRIPT@
- INSTALL_PROGRAM = @INSTALL_PROGRAM@
- INSTALL_DATA = @INSTALL_DATA@
-@@ -92,5 +93,6 @@
- -e 's;@$(tmp2)@;@libdir@;' \
- -e 's;@$(tmp3)@;@includedir@;' \
-- -e 's;@$(tmp4)@;@CXX@;' < $< > $@
-+ -e 's;@$(tmp4)@;@CXX@;' \
-+ -e 's;@dllib@;@DLLIB@;' < $< > $@
-
- ivl: $O
-@@ -109,4 +111,5 @@
+--- Makefile.in.orig Sat Feb 5 01:40:35 2000
++++ Makefile.in Sun Feb 13 11:13:10 2000
+@@ -111,4 +111,5 @@
parse.o dep/parse.d: parse.cc
-+ $(CXX) -c -I. $(CPPFLAGS) $<
++ $(CXX) -c -I. $(CPPFLAGS) $<
parse.h parse.cc: $(srcdir)/parse.y
-@@ -123,5 +126,5 @@
-
- $(bindir)/verilog: ./verilog
-- $(INSTALL_PROGRAM) ./verilog $(bindir)/verilog
-+ $(INSTALL_SCRIPT) ./verilog $(bindir)/verilog
-
- $(bindir)/gverilog: ./gverilog