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

21 lines
453 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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)