ssuominen 14/03/09 17:18:18 Added: libmatchbox-1.9-underlinking.patch Log: Fix underlinking wrt #367683 by Diego Elio Pettenò (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path 1.1 x11-libs/libmatchbox/files/libmatchbox-1.9-underlinking.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libmatchbox/files/libmatchbox-1.9-underlinking.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libmatchbox/files/libmatchbox-1.9-underlinking.patch?rev=1.1&content-type=text/plain Index: libmatchbox-1.9-underlinking.patch =================================================================== http://bugs.gentoo.org/367683 --- tests/Makefile.am +++ tests/Makefile.am @@ -19,6 +19,7 @@ noinst_PROGRAMS = dump-image dump_image_SOURCES=dump-image.c +dump_image_LDADD= @XLIBS_LIBS@ EXTRA_DIST = oh-overlayed.png oh.png oh-scaled.png overlay.png oh.jpg oh.xpm \ dot-desktop.c pixbuf.c oh.h
