View | Details | Raw Unified | Return to bug 207307 | Differences between
and this patch

Collapse All | Expand All

(-)audio/audacity/files/patch-lib-src_portmixer_configure (+11 lines)
Line 0 Link Here
1
--- lib-src/portmixer/configure.orig	2016-01-08 22:05:48 UTC
2
+++ lib-src/portmixer/configure
3
@@ -12028,7 +12028,7 @@ fi
4
 #
5
 
6
 cppflags_save="$CPPFLAGS"
7
-CPPFLAGS="$CPPFLAGS $PORTAUDIO_CFLAGS"
8
+CPPFLAGS="$PORTAUDIO_CFLAGS $CPPFLAGS"
9
 
10
 have_oss=no
11
 for ac_header in sys/soundcard.h linux/soundcard.h machine/soundcard.h
(-)audio/audacity/files/patch-lib-src_portmixer_configure.ac (+11 lines)
Line 0 Link Here
1
--- lib-src/portmixer/configure.ac.orig	2016-01-08 22:05:48 UTC
2
+++ lib-src/portmixer/configure.ac
3
@@ -43,7 +43,7 @@ PKG_CHECK_MODULES([PORTAUDIO], [portaudi
4
 
5
 dnl The following tests need to have the header files of portaudio available.
6
 cppflags_save="$CPPFLAGS"
7
-CPPFLAGS="$CPPFLAGS $PORTAUDIO_CFLAGS"
8
+CPPFLAGS="$PORTAUDIO_CFLAGS $CPPFLAGS"
9
 
10
 have_oss=no
11
 AC_CHECK_HEADERS([sys/soundcard.h linux/soundcard.h machine/soundcard.h], have_oss=yes)

Return to bug 207307