freebsd-ports/audio/pd/files/extra-patch-src_Makefile.am
Timothy Beyer 6fbe3e61ee audio/pd: Add MIDI support via PortMIDI and sndio
Also unbreak port on FreeBSD 13+.
Submitter becomes maintainer.

PR:		252188
Approved by:	brittlehaus@gmail.com (maintainer timeout)
2023-04-18 23:55:30 +02:00

11 lines
244 B
Text

--- src/Makefile.am.orig 2016-04-03 04:55:23 UTC
+++ src/Makefile.am
@@ -81,7 +81,7 @@ endif
if OSS
if !WINDOWS
pd_CFLAGS += -DUSEAPI_OSS
-pd_SOURCES += s_audio_oss.c s_midi_oss.c
+pd_SOURCES += s_audio_oss.c s_midi_oss_pm.c
endif
endif