[SCM] calf/master: + LV2: unbreak (by linking cairo in - which is a hack and clearly wrong)

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:38:29 UTC 2013


The following commit has been merged in the master branch:
commit fa7378910d069be63af09cbb4fdda555988fb9ee
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Sat Nov 15 23:07:20 2008 +0000

    + LV2: unbreak (by linking cairo in - which is a hack and clearly wrong)

diff --git a/src/Makefile.am b/src/Makefile.am
index 5fbfb04..56dc419 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -52,9 +52,9 @@ endif
 
 calf_la_SOURCES = modules.cpp modules_dsp.cpp modules_small.cpp giface.cpp monosynth.cpp organ.cpp osctl.cpp plugin.cpp preset.cpp synth.cpp utils.cpp
 if USE_DEBUG
-calf_la_LDFLAGS = -rpath $(ladspadir) -avoid-version -module -lexpat -disable-static
+calf_la_LDFLAGS = -rpath $(ladspadir) -avoid-version -module -lexpat -lcairo -disable-static
 else
-calf_la_LDFLAGS = -rpath $(ladspadir) -avoid-version -module -lexpat -disable-static -export-symbols-regex "(ladspa_|lv2_|dssi_)descriptor"
+calf_la_LDFLAGS = -rpath $(ladspadir) -avoid-version -module -lexpat -lcairo -disable-static -export-symbols-regex "(ladspa_|lv2_|dssi_)descriptor"
 endif
 
 if USE_LV2_GUI

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list