]> git.pld-linux.org Git - packages/gdk-pixbuf.git/blob - gdk-pixbuf-am.patch
- updated am patch for automake 1.5
[packages/gdk-pixbuf.git] / gdk-pixbuf-am.patch
1 diff -urN gdk-pixbuf-0.11.0.org/gdk-pixbuf/Makefile.am gdk-pixbuf-0.11.0/gdk-pixbuf/Makefile.am
2 --- gdk-pixbuf-0.11.0.org/gdk-pixbuf/Makefile.am        Tue May  8 00:17:34 2001
3 +++ gdk-pixbuf-0.11.0/gdk-pixbuf/Makefile.am    Tue May  8 00:20:26 2001
4 @@ -220,7 +220,7 @@
5         gdk-pixbuf-parse-color.c        \
6         $(extra_sources)
7  
8 -libgdk_pixbuf_xlib_la_LDFLAGS = -version-info 2:0:0 -export-dynamic $(GLIB_LIBS) $(X11_LIBS)
9 +libgdk_pixbuf_xlib_la_LDFLAGS = -version-info 2:0:0 -export-dynamic $(GLIB_LIBS)
10  libgdk_pixbuf_xlib_la_LIBADD = pixops/libpixops.la
11  
12  
13 --- gdk-pixbuf-0.11.0/configure.in.orig Thu Apr 26 21:46:16 2001
14 +++ gdk-pixbuf-0.11.0/configure.in      Fri Oct 19 22:38:48 2001
15 @@ -25,6 +25,7 @@
16  AC_PROG_LN_S
17  AC_PROG_MAKE_SET
18  AC_PROG_CPP
19 +AM_PROG_AS
20  AC_PATH_XTRA
21  
22  dnl  Initialize maintainer mode
This page took 0.063474 seconds and 4 git commands to generate.