forked from Lainports/freebsd-ports
Also unbreak port on FreeBSD 13+. Submitter becomes maintainer. PR: 252188 Approved by: brittlehaus@gmail.com (maintainer timeout)
11 lines
244 B
Text
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
|
|
|