summaryrefslogtreecommitdiff
path: root/cad/ng-spice/patches/patch-ad
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2004-12-02 00:06:40 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2004-12-02 00:06:40 +0000
commiteb3b58841560f69cac8c61ca61356f0d7cdb3644 (patch)
tree40ce819cfef3fd463a5cd8c0df8522ab3d5cefac /cad/ng-spice/patches/patch-ad
parent603be10aa7271bb01aeb187f2b1dcf89d83c1a32 (diff)
downloadpkgsrc-eb3b58841560f69cac8c61ca61356f0d7cdb3644.tar.gz
update to ng-spice-15
there have been many many bug fixes since the ng-spice-14. Notable updates include bug fixes in the bjt pole/zero code, updates to the bsim1,2,3 models, updated hsim model, updates the jfet model and much code cleanup.
Diffstat (limited to 'cad/ng-spice/patches/patch-ad')
-rw-r--r--cad/ng-spice/patches/patch-ad14
1 files changed, 7 insertions, 7 deletions
diff --git a/cad/ng-spice/patches/patch-ad b/cad/ng-spice/patches/patch-ad
index d3f00df8f66..01a536020f7 100644
--- a/cad/ng-spice/patches/patch-ad
+++ b/cad/ng-spice/patches/patch-ad
@@ -1,13 +1,13 @@
-$NetBSD: patch-ad,v 1.3 2002/04/04 01:24:58 dmcmahill Exp $
+$NetBSD: patch-ad,v 1.4 2004/12/02 00:06:40 dmcmahill Exp $
-only remove -g not all CFLAGS!!
-
---- configure.orig Wed Apr 3 03:26:44 2002
-+++ configure Wed Apr 3 09:29:20 2002
-@@ -1311,5 +1311,5 @@
+--- configure.in.orig Wed Jan 28 00:07:29 2004
++++ configure.in
+@@ -160,7 +160,7 @@ fi
+
if test "$enable_debug" = "no"; then
- echo "configure: warning: Removing debugging option!" 1>&2
+ AC_MSG_WARN(Removing debugging option!)
- CFLAGS=" "
+ CFLAGS="`echo $CFLAGS | sed 's;-g;;g'`"
fi
+