openbsd-ports/audio/fluidsynth/patches/patch-fluidsynth_pc_in
jakemsr a6e78cfa88 - add sndio backend
- drop OSS audio support but keep "OSS" midi support
2008-12-26 08:45:12 +00:00

11 lines
415 B
Plaintext

$OpenBSD: patch-fluidsynth_pc_in,v 1.2 2008/12/26 08:45:12 jakemsr Exp $
--- fluidsynth.pc.in.orig Sat Aug 18 14:55:32 2007
+++ fluidsynth.pc.in Sat Dec 20 17:33:14 2008
@@ -6,5 +6,5 @@ includedir=@includedir@
Name: FluidSynth
Description: Software SoundFont synth
Version: @VERSION@
-Libs: -L${libdir} -lfluidsynth
+Libs: -L${libdir} -lfluidsynth @READLINE_LIBS@ @LIBFLUID_LIBS@ @LIBS@
Cflags: -I${includedir}