Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / audio / pd / patches / patch-src_configure.in
blob9951a37a272af4163cb03928aac9573e31a697a8
1 $NetBSD$
3 Fix unportable test(1) construct.
4 https://sourceforge.net/tracker/?func=detail&aid=3411735&group_id=55736&atid=478072
6 --- src/configure.in.orig       2011-02-27 00:52:58.000000000 +0000
7 +++ src/configure.in
8 @@ -292,7 +292,7 @@ then
9      then
10          fat="no"
11      fi
12 -    if test "x$fat" == "xyes";
13 +    if test "x$fat" = "xyes";
14      then
15          MORECFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk \
16              -arch i386 -arch ppc -Wno-error"