summaryrefslogtreecommitdiff
path: root/audio/pd/patches/patch-src_configure
diff options
context:
space:
mode:
Diffstat (limited to 'audio/pd/patches/patch-src_configure')
-rw-r--r--audio/pd/patches/patch-src_configure15
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/pd/patches/patch-src_configure b/audio/pd/patches/patch-src_configure
new file mode 100644
index 00000000000..3f7570350ac
--- /dev/null
+++ b/audio/pd/patches/patch-src_configure
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_configure,v 1.1.1.1 2011/09/15 01:05:05 wiz Exp $
+
+Fix unportable test(1) construct.
+
+--- src/configure.orig 2011-03-21 01:41:34.000000000 +0000
++++ src/configure
+@@ -5407,7 +5407,7 @@ then
+ then
+ fat="no"
+ fi
+- if test "x$fat" == "xyes";
++ if test "x$fat" = "xyes";
+ then
+ MORECFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk \
+ -arch i386 -arch ppc -Wno-error"