openbsd-ports/x11/gtk+2/patches/patch-demos_Makefile_in
landry fa41eaedf0 Major update to Gtk+ 2.14.4, which now includes x11/gnome/gail.
Tested in several bulk builds by many, thanks!
Note that this temporarely breaks gtk2mm (and all -mm) ports, due to a
pending update to gtk2mm which needs fixing in libstdc++. This is being
worked on, as other known breakages. Report any fallout to ports@.

Discussed at length with espie@ naddy@ bernd@ steven@ ajacoutot@ jasper@
ok ajacoutot@ jasper@
2008-11-18 12:36:49 +00:00

12 lines
538 B
Plaintext

$OpenBSD: patch-demos_Makefile_in,v 1.16 2008/11/18 12:36:49 landry Exp $
--- demos/Makefile.in.orig Wed Sep 24 05:11:35 2008
+++ demos/Makefile.in Sun Oct 19 20:04:31 2008
@@ -964,6 +964,7 @@ test-report perf-report full-report: ${TEST_PROGS}
check-local: test
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 \