ports/audio/pd/files/extra-patch-configure.ac
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

10 lines
307 B
Text

--- configure.ac.orig 2016-06-18 15:02:47.000000000 -0700
+++ configure.ac 2020-07-06 19:37:37.638911000 -0700
@@ -38,6 +38,7 @@
if test "x${ANDROID}" = "xno"; then
LINUX=yes
portaudio=yes
+ portmidi=yes
CFLAGS="-g -O3 -funroll-loops -fomit-frame-pointer $CFLAGS"
fi
EXTERNAL_CFLAGS="-fPIC"