openbsd-ports/graphics/gdk-pixbuf/patches/patch-gdk_pixbuf_xlibConf_sh_in
brad c05cd374ef revert back to gdk-pixbuf 0.10.1 until I can figure out what the f%#k
is wrong with libtool. this worked just fine and then I updated my powerpc
box to more recent -current and I was able to reproduce the problem
as reported to me by a handful of people.
2002-05-31 00:03:35 +00:00

12 lines
562 B
Plaintext

$OpenBSD: patch-gdk_pixbuf_xlibConf_sh_in,v 1.3 2002/05/31 00:03:35 brad Exp $
--- gdk_pixbuf_xlibConf.sh.in.orig Sun Dec 9 20:11:21 2001
+++ gdk_pixbuf_xlibConf.sh.in Sun Dec 9 20:11:40 2001
@@ -2,6 +2,6 @@
# Configuration file for using the gdk-pixbuf library in Xlib applications
#
GDK_PIXBUF_XLIB_LIBDIR="@GDK_PIXBUF_XLIB_LIBDIR@"
-GDK_PIXBUF_XLIB_LIBS="@GDK_PIXBUF_XLIB_LIBS@"
+GDK_PIXBUF_XLIB_LIBS="@GDK_PIXBUF_XLIB_LIBS@ @LIBTIFF@ @LIBJPEG@ @LIBPNG@ "
GDK_PIXBUF_XLIB_INCLUDEDIR="@GDK_PIXBUF_XLIB_INCLUDEDIR@"
MODULE_VERSION="gdk-pixbuf-@VERSION@"