summaryrefslogtreecommitdiff
path: root/audio/lmms/patches
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-10-10 20:13:48 +0000
committerrillig <rillig@pkgsrc.org>2006-10-10 20:13:48 +0000
commit61de0744ad1db5d43f676a17919044b118aeadaa (patch)
treed923fbe67ab454c13e3d2514e6bcac75f5e63c45 /audio/lmms/patches
parentf346722ef6caf0f8d99090578a83b21f33c7158d (diff)
downloadpkgsrc-61de0744ad1db5d43f676a17919044b118aeadaa.tar.gz
Fixed "test ==".
Diffstat (limited to 'audio/lmms/patches')
-rw-r--r--audio/lmms/patches/patch-af15
1 files changed, 12 insertions, 3 deletions
diff --git a/audio/lmms/patches/patch-af b/audio/lmms/patches/patch-af
index af8d9ea3a7c..5ca03d52c48 100644
--- a/audio/lmms/patches/patch-af
+++ b/audio/lmms/patches/patch-af
@@ -1,7 +1,7 @@
-$NetBSD: patch-af,v 1.1 2006/08/22 14:29:07 joerg Exp $
+$NetBSD: patch-af,v 1.2 2006/10/10 20:13:48 rillig Exp $
---- configure.orig 2006-08-22 16:22:55.000000000 +0000
-+++ configure
+--- configure.orig 2006-07-19 10:34:35.000000000 +0200
++++ configure 2006-10-10 22:12:44.000000000 +0200
@@ -21822,7 +21822,7 @@ fi
if test x"$QT_IS_MT" = "xyes" ; then
@@ -20,3 +20,12 @@ $NetBSD: patch-af,v 1.1 2006/08/22 14:29:07 joerg Exp $
# check for SDL-lib
+@@ -28912,7 +28912,7 @@ lmmsdatadir="$datadir/$PACKAGE"
+
+ #CFLAGS="$CXXFLAGS -g -O2"
+ #CXXFLAGS="$CXXFLAGS -g -O2"
+-if test $CXX == "g++" ; then
++if test "$GCC" = "yes" ; then
+ CXXFLAGS="$CXXFLAGS -ansi -Wall -fno-exceptions"
+ fi
+