~ubuntu-branches/ubuntu/trusty/rawstudio/trusty

« back to all changes in this revision

Viewing changes to debian/patches/add-gmodule-reference.patch

  • Committer: Package Import Robot
  • Author(s): Laurent Bigonville
  • Date: 2014-01-22 20:39:52 UTC
  • mfrom: (1.1.12 sid)
  • Revision ID: package-import@ubuntu.com-20140122203952-y6bd8nqnrbi0crts
Tags: 2.0-2
* Team upload.
* [7e7ee48d] Drop debian/clean, do no delete config.{guess,sub}
* [588c0966] Bump Standards-Version to 3.9.5 (no further changes)
* [dbc7eda5] Bump debhelper compatibility to 9
* [8e1c4542] Use canonical URL's for VCS-* fields
* [d74facbf] Switch to dpkg-source 3.0 (quilt) format
* [3abcbf55] Build-depend against libgphoto2-dev instead of libgphoto2-2-dev
  (Closes: #736222)
* [48f43cea] deprecated-glib.patch: Remove call to deprecated g_thread_init()
  (Closes: #661409)
* [8b729acc] Add add-gmodule-reference.patch: Link against gmodule
* [f3e14d03] Build-depends against libtiff-dev instead of libtiff4-dev
  (Closes: #736044)
* [f7277dd4] Pass --libdir=/usr/lib to the configure

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Link against gmodule
 
2
Author: Laurent Bigonville <bigon@debian.org>
 
3
Forwarded: no
 
4
 
 
5
--- a/configure.in
 
6
+++ b/configure.in
 
7
@@ -83,7 +83,7 @@ AC_CHECK_LIB(tiff, TIFFOpen, tiff_ok=yes
 
8
 fi
 
9
 AC_SUBST(LIBTIFF)
 
10
 
 
11
-pkg_modules="gtk+-2.0 >= 2.8.0 libxml-2.0 >= 2.4 gconf-2.0 >= 2.0 lcms dbus-1 exiv2 fftw3f lensfun libcurl flickcurl sqlite3 libgphoto2 x11"
 
12
+pkg_modules="gtk+-2.0 >= 2.8.0 libxml-2.0 >= 2.4 gconf-2.0 >= 2.0 lcms dbus-1 exiv2 fftw3f lensfun libcurl flickcurl sqlite3 libgphoto2 x11 gmodule-no-export-2.0"
 
13
 PKG_CHECK_MODULES(PACKAGE, [$pkg_modules])
 
14
 AC_SUBST(PACKAGE_CFLAGS)
 
15
 AC_SUBST(PACKAGE_LIBS)