public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/poppler/files: poppler-0.12.3-darwin-gtk-link.patch
@ 2010-02-05 12:15 Fabian Groffen (grobian)
  0 siblings, 0 replies; 2+ messages in thread
From: Fabian Groffen (grobian) @ 2010-02-05 12:15 UTC (permalink / raw
  To: gentoo-commits

grobian     10/02/05 12:15:55

  Added:                poppler-0.12.3-darwin-gtk-link.patch
  Log:
  Add patch to fix linking on Darwin, reported upstream
  (Portage version: 2.2.00.15320-prefix/cvs/Darwin powerpc, RepoMan options: --force)

Revision  Changes    Path
1.1                  app-text/poppler/files/poppler-0.12.3-darwin-gtk-link.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/poppler/files/poppler-0.12.3-darwin-gtk-link.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/poppler/files/poppler-0.12.3-darwin-gtk-link.patch?rev=1.1&content-type=text/plain

Index: poppler-0.12.3-darwin-gtk-link.patch
===================================================================
https://bugs.freedesktop.org/show_bug.cgi?id=26442

--- glib/CMakeLists.txt
+++ glib/CMakeLists.txt
@@ -100,6 +100,9 @@
 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)
 install(TARGETS poppler-glib RUNTIME DESTINATION bin LIBRARY DESTINATION lib${LIB_SUFFIX} ARCHIVE DESTINATION lib${LIB_SUFFIX})
 
 install(FILES






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-text/poppler/files: poppler-0.12.3-darwin-gtk-link.patch
@ 2010-02-13 10:39 Fabian Groffen (grobian)
  0 siblings, 0 replies; 2+ messages in thread
From: Fabian Groffen (grobian) @ 2010-02-13 10:39 UTC (permalink / raw
  To: gentoo-commits

grobian     10/02/13 10:39:26

  Modified:             poppler-0.12.3-darwin-gtk-link.patch
  Log:
  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)

Revision  Changes    Path
1.2                  app-text/poppler/files/poppler-0.12.3-darwin-gtk-link.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/poppler/files/poppler-0.12.3-darwin-gtk-link.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/poppler/files/poppler-0.12.3-darwin-gtk-link.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/poppler/files/poppler-0.12.3-darwin-gtk-link.patch?r1=1.1&r2=1.2

Index: poppler-0.12.3-darwin-gtk-link.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/poppler/files/poppler-0.12.3-darwin-gtk-link.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- poppler-0.12.3-darwin-gtk-link.patch	5 Feb 2010 12:15:55 -0000	1.1
+++ poppler-0.12.3-darwin-gtk-link.patch	13 Feb 2010 10:39:26 -0000	1.2
@@ -6,9 +6,9 @@
  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






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-02-13 11:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-05 12:15 [gentoo-commits] gentoo-x86 commit in app-text/poppler/files: poppler-0.12.3-darwin-gtk-link.patch Fabian Groffen (grobian)
  -- strict thread matches above, loose matches on Subject: below --
2010-02-13 10:39 Fabian Groffen (grobian)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox