149985caaa
ok todd@
34 lines
1.6 KiB
Plaintext
34 lines
1.6 KiB
Plaintext
$OpenBSD: patch-Makefile_in,v 1.5 2002/11/14 21:03:41 marcm Exp $
|
|
--- Makefile.in.orig Sat Sep 28 01:10:27 2002
|
|
+++ Makefile.in Mon Oct 7 17:21:51 2002
|
|
@@ -491,6 +491,9 @@ gdk_pixbufConf.sh: gdk_pixbufConf.sh.in
|
|
-e 's?\@GDK_PIXBUF_INCLUDEDIR\@?$(GDK_PIXBUF_INCLUDEDIR)?g' \
|
|
-e 's?\@VERSION\@?$(VERSION)?g' \
|
|
-e 's?\@GDK_PIXBUF_LIBS\@?$(GDK_PIXBUF_LIBS)?g' \
|
|
+ -e 's?\@LIBTIFF\@?$(LIBTIFF)?g' \
|
|
+ -e 's?\@LIBJPEG\@?$(LIBJPEG)?g' \
|
|
+ -e 's?\@LIBPNG\@?$(LIBPNG)?g' \
|
|
< $(srcdir)/gdk_pixbufConf.sh.in > gdk_pixbufConf.tmp \
|
|
&& mv gdk_pixbufConf.tmp gdk_pixbufConf.sh
|
|
|
|
@@ -499,6 +502,9 @@ gdk_pixbuf_xlibConf.sh: gdk_pixbuf_xlibC
|
|
-e 's?\@GDK_PIXBUF_XLIB_INCLUDEDIR\@?$(GDK_PIXBUF_XLIB_INCLUDEDIR)?g' \
|
|
-e 's?\@VERSION\@?$(VERSION)?g' \
|
|
-e 's?\@GDK_PIXBUF_XLIB_LIBS\@?$(GDK_PIXBUF_XLIB_LIBS)?g' \
|
|
+ -e 's?\@LIBTIFF\@?$(LIBTIFF)?g' \
|
|
+ -e 's?\@LIBJPEG\@?$(LIBJPEG)?g' \
|
|
+ -e 's?\@LIBPNG\@?$(LIBPNG)?g' \
|
|
< $(srcdir)/gdk_pixbuf_xlibConf.sh.in > gdk_pixbuf_xlibConf.tmp \
|
|
&& mv gdk_pixbuf_xlibConf.tmp gdk_pixbuf_xlibConf.sh
|
|
|
|
@@ -507,6 +513,9 @@ gnomecanvaspixbufConf.sh: gnomecanvaspix
|
|
-e 's?\@GNOMECANVASPIXBUF_INCLUDEDIR\@?$(GNOMECANVASPIXBUF_INCLUDEDIR)?g' \
|
|
-e 's?\@VERSION\@?$(VERSION)?g' \
|
|
-e 's?\@GNOMECANVASPIXBUF_LIBS\@?$(GNOMECANVASPIXBUF_LIBS)?g' \
|
|
+ -e 's?\@LIBTIFF\@?$(LIBTIFF)?g' \
|
|
+ -e 's?\@LIBJPEG\@?$(LIBJPEG)?g' \
|
|
+ -e 's?\@LIBPNG\@?$(LIBPNG)?g' \
|
|
< $(srcdir)/gnomecanvaspixbufConf.sh.in > gnomecanvaspixbufConf.tmp \
|
|
&& mv gnomecanvaspixbufConf.tmp gnomecanvaspixbufConf.sh
|
|
|