diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2006-07-05 22:39:55 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2006-07-05 22:39:55 +0000 |
commit | 80816dce6c4e4abf645bf8120e04dfef3d089955 (patch) | |
tree | 7c6bfd90b139c81c2f087918a877a02290e83672 /media-gfx/gthumb/files | |
parent | Version bump, new snapshot greatly simplified ebuild fixes numerous bugs I ca... (diff) | |
download | gentoo-2-80816dce6c4e4abf645bf8120e04dfef3d089955.tar.gz gentoo-2-80816dce6c4e4abf645bf8120e04dfef3d089955.tar.bz2 gentoo-2-80816dce6c4e4abf645bf8120e04dfef3d089955.zip |
Link libphotoimporter.so against libgphoto, so that it can load at runtime with --as-needed
(Portage version: 2.1.1_pre2-r2)
Diffstat (limited to 'media-gfx/gthumb/files')
-rw-r--r-- | media-gfx/gthumb/files/gthumb-2.6.9-as-needed.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/media-gfx/gthumb/files/gthumb-2.6.9-as-needed.patch b/media-gfx/gthumb/files/gthumb-2.6.9-as-needed.patch new file mode 100644 index 000000000000..5f1838785738 --- /dev/null +++ b/media-gfx/gthumb/files/gthumb-2.6.9-as-needed.patch @@ -0,0 +1,26 @@ +diff --exclude-from=/home/dang/.diffrc -u -ruN gthumb-2.6.9.orig/Makefile.am gthumb-2.6.9/Makefile.am +--- gthumb-2.6.9.orig/Makefile.am 2006-02-17 03:49:24.000000000 -0500 ++++ gthumb-2.6.9/Makefile.am 2006-07-05 17:29:42.000000000 -0400 +@@ -11,6 +11,10 @@ + + distuninstallcheck_listfiles = find . -type f -print | grep -v '^\./var/scrollkeeper' | grep -v 'omf' | grep -v 'figures' + ++libgthumb_la_LIBADD = \ ++ $(TIFF_LIBS) \ ++ $(GTHUMB_LIBS) ++ + + EXTRA_DIST = \ + AUTHORS \ +diff --exclude-from=/home/dang/.diffrc -u -ruN gthumb-2.6.9.orig/src/Makefile.am gthumb-2.6.9/src/Makefile.am +--- gthumb-2.6.9.orig/src/Makefile.am 2006-02-17 03:49:30.000000000 -0500 ++++ gthumb-2.6.9/src/Makefile.am 2006-07-05 17:28:49.000000000 -0400 +@@ -159,7 +159,7 @@ + libwebexporter_la_DEPENDENCIES = gthumb$(EXEEXT) + + libphotoimporter_la_SOURCES = dlg-photo-importer.c dlg-photo-importer.h +-libphotoimporter_la_LDFLAGS = $(MODULE_LIBTOOL_FLAGS) ++libphotoimporter_la_LDFLAGS = $(MODULE_LIBTOOL_FLAGS) $(LIBGPHOTO_LIBS) + libphotoimporter_la_LIBADD = $(top_builddir)/libgthumb/libgthumb.la $(GTHUMB_LIBS) + libphotoimporter_la_DEPENDENCIES = gthumb$(EXEEXT) + |