summaryrefslogtreecommitdiff
path: root/cad/ng-spice/patches/patch-ad
blob: 01a536020f70f1ac034865215fe3aaf8d8980d21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ad,v 1.4 2004/12/02 00:06:40 dmcmahill Exp $

--- configure.in.orig	Wed Jan 28 00:07:29 2004
+++ configure.in
@@ -160,7 +160,7 @@ fi
 
 if test "$enable_debug" = "no"; then
 	AC_MSG_WARN(Removing debugging option!)
-	CFLAGS=" "
+	CFLAGS="`echo $CFLAGS | sed 's;-g;;g'`"
 fi