[SCM] plotmm/master: Fix linking issues.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Fri Oct 22 13:21:33 UTC 2010


The following commit has been merged in the master branch:
commit ab6600016938504e5bc467a8da16c41bb0acde95
Author: Alessio Treglia <alessio at debian.org>
Date:   Fri Oct 22 15:21:22 2010 +0200

    Fix linking issues.

diff --git a/debian/patches/02-buildsystem.patch b/debian/patches/02-buildsystem.patch
new file mode 100644
index 0000000..73bf23b
--- /dev/null
+++ b/debian/patches/02-buildsystem.patch
@@ -0,0 +1,34 @@
+Description: Adjust buildsystem to link against all needed libraries.
+Author: Alessio Treglia <alessio at debian.org>
+---
+ configure.ac       |    2 --
+ plotmm/Makefile.am |    1 +
+ 2 files changed, 1 insertion(+), 2 deletions(-)
+
+--- plotmm.orig/configure.ac
++++ plotmm/configure.ac
+@@ -2,7 +2,6 @@ dnl Process this file with autoconf to p
+ 
+ AC_INIT(configure.ac)
+ AM_INIT_AUTOMAKE(plotmm, 0.1.2)
+-AM_MAINTAINER_MODE
+ AM_CONFIG_HEADER(config.h)
+ 
+ AC_ISC_POSIX
+@@ -13,7 +12,6 @@ AC_HEADER_STDC
+ AC_PROG_INSTALL
+ AC_PROG_LN_S
+ AC_PROG_MAKE_SET
+-AC_PROG_RANLIB
+ AM_PROG_LIBTOOL
+ 
+ AC_CHECK_TOOL(DOXYGEN, doxygen)
+--- plotmm.orig/plotmm/Makefile.am
++++ plotmm/plotmm/Makefile.am
+@@ -15,5 +15,6 @@ libplotmm_la_SOURCES = \
+ 	compat.h
+ 
+ libplotmm_la_CXXFLAGS = @PACKAGE_CFLAGS@ -I$(top_srcdir)
++libplotmm_la_LIBADD = -lglib-2.0 -lglibmm-2.4 -lgtkmm-2.4 -lgdkmm-2.4 -lpangomm-1.4 -lsigc-2.0 -latkmm-1.6
+ 
+ CLEANFILES = *~

-- 
plotmm packaging



More information about the pkg-multimedia-commits mailing list