openbsd-ports/x11/gtk+2/patches/patch-demos_Makefile_in
kurt b8f386f1fe update to 2.6.9 which is a bug fix release that includes the fix for
focus problems seen with firefox/gtk2 combined with ion.

ok marcm@
2005-08-05 17:15:09 +00:00

12 lines
508 B
Plaintext

$OpenBSD: patch-demos_Makefile_in,v 1.7 2005/08/05 17:15:09 kurt Exp $
--- demos/Makefile.in.orig Mon Aug 1 10:38:51 2005
+++ demos/Makefile.in Sun Jul 31 22:56:09 2005
@@ -791,6 +791,7 @@ uninstall-info: uninstall-info-recursive
test-inline-pixbufs.h: $(pixbuf_csource_deps) apple-red.png gnome-foot.png
+ LD_LIBRARY_PATH=$(top_builddir)/gdk-pixbuf/.libs \
$(pixbuf_csource) --raw --build-list \
apple_red $(srcdir)/apple-red.png \
gnome_foot $(srcdir)/gnome-foot.png \