Ticket #54125: patch-configure

File patch-configure, 619 bytes (added by RJVB (René Bertin), 7 years ago)
Line 
1--- configure.orig      2016-10-30 02:23:04.000000000 +0100
2+++ configure   2017-05-07 10:17:45.399142775 +0200
3@@ -15711,7 +15711,6 @@
4 
5 
6 cat >>confdefs.h <<_ACEOF
7-#define SIZEOF_LONG $ac_cv_sizeof_long
8 _ACEOF
9 
10 
11@@ -15822,7 +15821,7 @@
12         $as_echo "#define PA_USE_COREAUDIO 1" >>confdefs.h
13 
14 
15-        CFLAGS="$CFLAGS -I\$(top_srcdir)/src/os/unix -Wno-deprecated -Werror"
16+        CFLAGS="$CFLAGS -I\$(top_srcdir)/src/os/unix -Wno-deprecated -DNDEBUG"
17         LIBS="-framework CoreAudio -framework AudioToolbox -framework AudioUnit -framework Carbon"
18 
19         if test "x$enable_mac_universal" = "xyes" ; then