summaryrefslogtreecommitdiff
path: root/cad/ng-spice/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'cad/ng-spice/patches/patch-ad')
-rw-r--r--cad/ng-spice/patches/patch-ad20
1 files changed, 10 insertions, 10 deletions
diff --git a/cad/ng-spice/patches/patch-ad b/cad/ng-spice/patches/patch-ad
index f09480e5ff1..8474b9c7802 100644
--- a/cad/ng-spice/patches/patch-ad
+++ b/cad/ng-spice/patches/patch-ad
@@ -1,13 +1,13 @@
-$NetBSD: patch-ad,v 1.5 2004/12/02 13:33:32 dmcmahill Exp $
+$NetBSD: patch-ad,v 1.6 2005/11/17 13:17:56 dmcmahill Exp $
---- configure.in.orig Sun Aug 15 08:51:13 2004
-+++ configure.in
-@@ -161,7 +161,7 @@ fi
-
- if test "$enable_debug" = "no"; then
- AC_MSG_WARN(Removing debugging option!)
-- CFLAGS=" "
-+ CFLAGS="`echo $CFLAGS | sed 's;-g;;g'` "
- fi
+--- src/frontend/terminal.c.orig 2001-04-22 10:08:46.000000000 +0000
++++ src/frontend/terminal.c
+@@ -27,6 +27,8 @@ Author: 1986 Wayne A. Christopher, U. C.
+ #include <termcap.h>
+ #endif
++#include <sys/ioctl.h>
++
+ #include <ngspice.h>
+ #include <cpdefs.h>