Commit be1a4a78 authored by Rafaël Carré's avatar Rafaël Carré

portaudio: drop patch applied upstream

parent a9a76fbe
--- portaudio/configure.in.orig 2010-10-10 14:02:33.000000000 +0200
+++ portaudio/configure.in 2010-10-10 14:03:04.000000000 +0200
@@ -348,6 +348,8 @@
esac
CFLAGS="$CFLAGS $THREAD_CFLAGS"
+test "$enable_shared" != "yes" && SHARED_FLAGS=""
+
if test "$enable_cxx" = "yes"; then
AC_CONFIG_SUBDIRS([bindings/cpp])
ENABLE_CXX_TRUE=""
......@@ -1644,10 +1644,6 @@ portaudio: pa_stable_v$(PORTAUDIO_VERSION).tgz
ifneq ($(HOST),$(BUILD))
(patch -p0 < Patches/portaudio-cross.patch;cd $@; autoconf)
endif
ifdef HAVE_WIN64
patch -p0 < Patches/portaudio-static.patch
(cd $@ ; autoreconf -if)
endif
.portaudio: portaudio
(cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) && make && make install)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment