Skip to content

Instantly share code, notes, and snippets.

@stigi
Created March 28, 2010 22:16
Show Gist options
  • Save stigi/347075 to your computer and use it in GitHub Desktop.
Save stigi/347075 to your computer and use it in GitHub Desktop.
diff -urN aubio-0.3.2.orig/configure aubio-0.3.2/configure
--- aubio-0.3.2.orig/configure 2006-10-09 01:22:01.000000000 +0200
+++ aubio-0.3.2/configure 2010-03-29 00:14:56.000000000 +0200
@@ -20109,7 +20109,7 @@
;;
*darwin* | *rhapsody* | *macosx*)
LDFLAGS="$LDFLAGS -lmx"
- AUBIO_CFLAGS="$AUBIO_CFLAGS -Wno-long-double"
+ AUBIO_CFLAGS="$AUBIO_CFLAGS"
CPPFLAGS="$CPPFLAGS -I${prefix}/include"
{ echo "$as_me:$LINENO: checking for library containing strerror" >&5
echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6; }
diff -urN aubio-0.3.2.orig/configure.ac aubio-0.3.2/configure.ac
--- aubio-0.3.2.orig/configure.ac 2006-10-09 01:11:39.000000000 +0200
+++ aubio-0.3.2/configure.ac 2010-03-29 00:15:15.000000000 +0200
@@ -91,7 +91,7 @@
dnl on macosx, cosf went to -lmx
LDFLAGS="$LDFLAGS -lmx"
dnl as long double doesn't sit well with -Wall -Werror
- AUBIO_CFLAGS="$AUBIO_CFLAGS -Wno-long-double"
+ AUBIO_CFLAGS="$AUBIO_CFLAGS"
dnl Workaround darwin autoconf bug
CPPFLAGS="$CPPFLAGS -I${prefix}/include"
AC_ISC_POSIX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment