summaryrefslogtreecommitdiff
path: root/cad/magic/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'cad/magic/patches/patch-ab')
-rw-r--r--cad/magic/patches/patch-ab7
1 files changed, 3 insertions, 4 deletions
diff --git a/cad/magic/patches/patch-ab b/cad/magic/patches/patch-ab
index 52a5c7b4022..17e6bab8207 100644
--- a/cad/magic/patches/patch-ab
+++ b/cad/magic/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.2 2002/07/14 03:47:46 dmcmahill Exp $
+$NetBSD: patch-ab,v 1.3 2004/01/23 11:43:33 agc Exp $
--- scripts/config.orig Sat Jul 13 23:25:57 2002
+++ scripts/config
-@@ -191,15 +191,22 @@
+@@ -191,15 +191,21 @@
breaksw
case "2":
echo "NetBSD 1.x selected"
@@ -12,8 +12,7 @@ $NetBSD: patch-ab,v 1.2 2002/07/14 03:47:46 dmcmahill Exp $
+ else if (-f /usr/libexec/cpp0) then
+ set cpp = "/usr/libexec/cpp0 -P -traditional"
+ else
-+ echo "I am not able to figure out where cpp is on your system"
-+ exit 1
++ set cpp = "cc -E -traditional"
+ endif
if ($?usingX11) then
echo "NOTE: Since you are running NetBSD using X11, we're assuming"