ports/audio/portaudio-svn/patches/patch-Makefile_in

20 lines
453 B
Text

Index: Makefile.in
--- Makefile.in.orig
+++ Makefile.in
@@ -147,6 +147,7 @@ SRC_DIRS = \
src/hostapi/jack \
src/hostapi/oss \
src/hostapi/skeleton \
+ src/hostapi/sndio \
src/hostapi/wasapi \
src/hostapi/wdmks \
src/hostapi/wmme \
@@ -156,7 +157,7 @@ SRC_DIRS = \
SUBDIRS =
@ENABLE_CXX_TRUE@SUBDIRS += bindings/cpp
-all: lib/$(PALIB) all-recursive tests examples selftests
+all: lib/$(PALIB) all-recursive
tests: bin-stamp $(TESTS)