]> git.pld-linux.org Git - packages/gegl.git/blob - gegl-build.patch
- added
[packages/gegl.git] / gegl-build.patch
1 diff -ur gegl-0.0.12-ol/bin/Makefile.am gegl-0.0.12/bin/Makefile.am
2 --- gegl-0.0.12-ol/bin/Makefile.am      2007-02-05 08:03:58.000000000 -0700
3 +++ gegl-0.0.12/bin/Makefile.am 2007-06-10 18:03:08.000000000 -0600
4 @@ -36,9 +36,7 @@
5         -I$(top_srcdir) -I$(top_srcdir)/gegl -I$(top_srcdir)/gegl/buffer \
6         @DEP_CFLAGS@ @GTK_CFLAGS@ @BABL_CFLAGS@ @PNG_CFLAGS@
7  
8 -AM_LDFLAGS =  \
9 +gegl_LDFLAGS = \
10 +       ../gegl/libgegl-@GEGL_API_VERSION@.la \
11         -no-undefined \
12         @DEP_LIBS@ @GTK_LIBS@ @BABL_LIBS@ @PNG_LIBS@
13 -
14 -gegl_LDFLAGS = \
15 -       ../gegl/libgegl-@GEGL_API_VERSION@.la
This page took 0.03191 seconds and 4 git commands to generate.