ref: b6f6d5861ca336b68ea9b1fc1cca24e064699d40
parent: dc27a81952a3cb2abe0efc02005884da470a52c4
author: Paul Brossier <piem@altern.org>
date: Sat Apr 30 08:56:32 EDT 2005
add flags to fix compilation on os x
--- a/configure.ac
+++ b/configure.ac
@@ -63,6 +63,8 @@
darwin*)
dnl on macosx, cosf went to -lmx
LDFLAGS="$LDFLAGS -lmx"
+ dnl as long double doesn't sit well with -Wall -Werror
+ CFLAGS="$CLFAGS -Wno-long-double"
AC_ISC_POSIX
;;
*)
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -15,3 +15,6 @@
# optionally add sources file for these programs
aubioonset_SOURCES = aubioonset.c utils.c
aubionotes_SOURCES = aubionotes.c utils.c
+
+aubioonset_LDADD = @JACK_LIBS@
+aubionotes_LDADD = @JACK_LIBS@