|
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) |