summaryrefslogtreecommitdiffstats
path: root/src/portaudio.mk
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-10-14 01:42:11 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-10-14 01:42:11 (GMT)
commit7d265e6f7071245dc83d91972ef5342edc7d373a (patch)
tree10170b58e02e408a0a01d3a17777a7a4d5ea7d32 /src/portaudio.mk
parentd87240eb7bc3b4994b7b17007b71d20374b65924 (diff)
downloadmxe-7d265e6f7071245dc83d91972ef5342edc7d373a.zip
mxe-7d265e6f7071245dc83d91972ef5342edc7d373a.tar.gz
mxe-7d265e6f7071245dc83d91972ef5342edc7d373a.tar.bz2
Remove i686-pc-mingw32 package recipes
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'src/portaudio.mk')
-rw-r--r--src/portaudio.mk9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/portaudio.mk b/src/portaudio.mk
index e0f4f48..b0f0c32 100644
--- a/src/portaudio.mk
+++ b/src/portaudio.mk
@@ -25,7 +25,7 @@ define $(PKG)_BUILD
cd '$(1)' && ./configure \
$(MXE_CONFIGURE_OPTS) \
--with-host_os=mingw \
- --with-winapi=@portaudio-winapi@ \
+ --with-winapi=wmme,directx \
--with-dxdir=$(PREFIX)/$(TARGET) \
ac_cv_path_AR=$(TARGET)-ar \
$(if $(BUILD_SHARED),\
@@ -39,10 +39,3 @@ define $(PKG)_BUILD
'$(2).c' -o '$(PREFIX)/$(TARGET)/bin/test-portaudio.exe' \
`'$(TARGET)-pkg-config' portaudio-2.0 --cflags --libs`
endef
-
-$(PKG)_WINAPI_MINGW_ORG = wmme,directx,wasapi,wdmks
-$(PKG)_WINAPI_MINGW_W64 = wmme,directx
-
-$(PKG)_BUILD_i686-pc-mingw32 = $(subst @portaudio-winapi@,$($(PKG)_WINAPI_MINGW_ORG),$($(PKG)_BUILD))
-$(PKG)_BUILD_i686-w64-mingw32 = $(subst @portaudio-winapi@,$($(PKG)_WINAPI_MINGW_W64),$($(PKG)_BUILD))
-$(PKG)_BUILD_x86_64-w64-mingw32 = $(subst @portaudio-winapi@,$($(PKG)_WINAPI_MINGW_W64),$($(PKG)_BUILD))