diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-05-31 07:18:00 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-05-31 07:18:00 +0000 |
commit | 763d60e2030737d5c124d52852a28403a540bdde (patch) | |
tree | 9e22ff8129b95dfd08e9b0a919b6aced0cc56f6e | |
parent | 1ba7386ad79ffdee7224085adf7b7175f74fbde5 (diff) | |
download | ports-763d60e2030737d5c124d52852a28403a540bdde.tar.gz ports-763d60e2030737d5c124d52852a28403a540bdde.zip |
Notes
-rw-r--r-- | audio/fluidsynth/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/fluidsynth/Makefile b/audio/fluidsynth/Makefile index c6e3ea74fbf6..575a70ac9f7a 100644 --- a/audio/fluidsynth/Makefile +++ b/audio/fluidsynth/Makefile @@ -22,6 +22,8 @@ CMAKE_ARGS= -Denable-ladcca:BOOL=FALSE \ -Denable-midishare:BOOL=FALSE USE_LDCONFIG= yes +LDFLAGS+= -lpthread + JACK_LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack JACK_CMAKE_OFF= -Denable-jack:BOOL=FALSE @@ -45,7 +47,7 @@ PULSEAUDIO_LIB_DEPENDS= libpulse.so:${PORTSDIR}/audio/pulseaudio PULSEAUDIO_CMAKE_OFF= -Denable-pulseaudio:BOOL=FALSE SNDFILE_LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile -SNDFILE_CMAKe_OFF= -Denable-libsndfile:BOOL=FALSE +SNDFILE_CMAKE_OFF= -Denable-libsndfile:BOOL=FALSE post-patch: @${REINPLACE_CMD} -e \ |