summaryrefslogtreecommitdiff
path: root/audio/darkice/patches/patch-aa
blob: c2f5f1d1d46c2e7c264b7b589320d302179e8907 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.5 2006/10/10 20:09:22 rillig Exp $

--- configure.orig	2006-10-10 22:01:05.000000000 +0200
+++ configure	2006-10-10 22:07:44.000000000 +0200
@@ -6750,7 +6750,7 @@ else
   USE_DEBUG="no"
 fi;
 
-if test "x${USE_DEBUG}" == "xyes" ; then
+if test "x${USE_DEBUG}" = "xyes" ; then
     DEBUG_CXXFLAGS="-g"
     echo "$as_me:$LINENO: result: compiling in debug mode" >&5
 echo "${ECHO_T}compiling in debug mode" >&6