summaryrefslogtreecommitdiff
path: root/audio/darkice/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'audio/darkice/patches/patch-aa')
-rw-r--r--audio/darkice/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/darkice/patches/patch-aa b/audio/darkice/patches/patch-aa
new file mode 100644
index 00000000000..c2f5f1d1d46
--- /dev/null
+++ b/audio/darkice/patches/patch-aa
@@ -0,0 +1,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