changeset 671:59aceb05f934

fixed quoting in the ./configure patch of package portaudio
author Volker Grabsch <vog@notjusthosting.com>
date Tue, 26 Jan 2010 23:59:33 +0100
parents 73d6b9460f74
children 48864a041c62
files src/portaudio-win32.patch
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/portaudio-win32.patch	Tue Jan 26 23:58:32 2010 +0100
+++ b/src/portaudio-win32.patch	Tue Jan 26 23:59:33 2010 +0100
@@ -71,7 +71,7 @@
          OTHER_OBJS="$OTHER_OBJS src/os/unix/pa_unix_hostapis.o src/os/unix/pa_unix_util.o"
  esac
  CFLAGS="$CFLAGS $THREAD_CFLAGS"
-+echo CFLAGS: $CFLAGS
++echo "CFLAGS: $CFLAGS"
  
  if test "$enable_cxx" = "yes"; then
     AC_CONFIG_SUBDIRS([bindings/cpp])