summaryrefslogtreecommitdiff
path: root/package/motion/patches/patch-configure
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-07-27 10:45:02 +0200
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-07-27 10:45:02 +0200
commit42dd254f5937274f164a5a7c5fb3c1f80e38e7af (patch)
tree9d2f1aa0333e04af8493d6a5f533b6e243bf5d2b /package/motion/patches/patch-configure
parent7f0a66667a815bb8e28b4c8b93666b92a667b485 (diff)
full build on Darwin fixes
Diffstat (limited to 'package/motion/patches/patch-configure')
-rw-r--r--package/motion/patches/patch-configure20
1 files changed, 20 insertions, 0 deletions
diff --git a/package/motion/patches/patch-configure b/package/motion/patches/patch-configure
new file mode 100644
index 000000000..e4f923ce8
--- /dev/null
+++ b/package/motion/patches/patch-configure
@@ -0,0 +1,20 @@
+--- motion-4.0.orig/configure 2011-09-18 22:48:41.000000000 +0200
++++ motion-4.0/configure 2012-07-25 15:29:03.000000000 +0200
+@@ -2395,7 +2395,7 @@ fi
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Darwin" >&5
+ $as_echo_n "checking for Darwin... " >&6; }
+-Darwin=`uname -a | grep "Darwin"`
++Darwin=
+
+ if test "${Darwin}" = ""; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+@@ -2403,7 +2403,7 @@ $as_echo "no" >&6; }
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for *BSD" >&5
+ $as_echo_n "checking for *BSD... " >&6; }
+
+- FreeBSD=`uname -a | grep "BSD"`
++ FreeBSD=
+ if test "${FreeBSD}" = ""; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }