diff options
author | Fabian Groffen <grobian@gentoo.org> | 2010-02-13 10:39:26 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2010-02-13 10:39:26 +0000 |
commit | d777fddd72bdc087bee0d219d7f2527612402158 (patch) | |
tree | 4324039d09b5761dbd0cdcfd6d371177a846e740 /app-text/poppler | |
parent | Version bump #304757 by Matthew Turnbull. Block older microcode-ctl versions... (diff) | |
download | gentoo-2-d777fddd72bdc087bee0d219d7f2527612402158.tar.gz gentoo-2-d777fddd72bdc087bee0d219d7f2527612402158.tar.bz2 gentoo-2-d777fddd72bdc087bee0d219d7f2527612402158.zip |
reduce number of libs to link against for poppler-glib, inspired by upstream bug 26442
(Portage version: 2.2.00.15335-prefix/cvs/Darwin powerpc)
Diffstat (limited to 'app-text/poppler')
-rw-r--r-- | app-text/poppler/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/poppler/files/poppler-0.12.3-darwin-gtk-link.patch | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/app-text/poppler/ChangeLog b/app-text/poppler/ChangeLog index 02cef0f6f1b0..11ef504380f4 100644 --- a/app-text/poppler/ChangeLog +++ b/app-text/poppler/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/poppler # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/ChangeLog,v 1.219 2010/02/11 00:30:49 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/ChangeLog,v 1.220 2010/02/13 10:39:25 grobian Exp $ + + 13 Feb 2010; Fabian Groffen <grobian@gentoo.org> + files/poppler-0.12.3-darwin-gtk-link.patch: + reduce number of libs to link against for poppler-glib, inspired by + upstream bug 26442 11 Feb 2010; Ben de Groot <yngwin@gentoo.org> poppler-0.12.3-r3.ebuild, +files/poppler-0.12.3-config.patch: diff --git a/app-text/poppler/files/poppler-0.12.3-darwin-gtk-link.patch b/app-text/poppler/files/poppler-0.12.3-darwin-gtk-link.patch index 4c67db049de7..d66f98e8c64d 100644 --- a/app-text/poppler/files/poppler-0.12.3-darwin-gtk-link.patch +++ b/app-text/poppler/files/poppler-0.12.3-darwin-gtk-link.patch @@ -6,9 +6,9 @@ https://bugs.freedesktop.org/show_bug.cgi?id=26442 if (CAIRO_FOUND) target_link_libraries(poppler-glib ${CAIRO_LIBRARIES}) endif (CAIRO_FOUND) -+if (GTK_FOUND) -+ target_link_libraries(poppler-glib ${GTK2_LIBRARIES}) -+endif (GTK_FOUND) ++if (GDK_FOUND) ++ target_link_libraries(poppler-glib ${GDK2_LIBRARIES}) ++endif (GDK_FOUND) install(TARGETS poppler-glib RUNTIME DESTINATION bin LIBRARY DESTINATION lib${LIB_SUFFIX} ARCHIVE DESTINATION lib${LIB_SUFFIX}) install(FILES |