# HG changeset patch # User Tony Theodore # Date 1347876468 -36000 # Node ID e8d0224638b2f2caa9b6b90bd490a2f5e5e75981 # Parent ebe3474e514b8209c1cb7b57809f6be249513f23 package portaudio: fix detection of $(TARGET)-ar diff -r ebe3474e514b -r e8d0224638b2 src/portaudio.mk --- a/src/portaudio.mk Mon Sep 17 20:06:50 2012 +1000 +++ b/src/portaudio.mk Mon Sep 17 20:07:48 2012 +1000 @@ -23,7 +23,8 @@ --prefix='$(PREFIX)/$(TARGET)' \ --with-host_os=mingw \ --with-winapi=wmme,directx,wasapi,wdmks \ - --with-dxdir=$(PREFIX)/$(TARGET) + --with-dxdir=$(PREFIX)/$(TARGET) \ + ac_cv_path_AR=$(TARGET)-ar $(MAKE) -C '$(1)' -j '$(JOBS)' SHARED_FLAGS= TESTS= $(MAKE) -C '$(1)' -j 1 install