]> git.pld-linux.org Git - packages/dia.git/blob - dia-automake.patch
- fixed autoconf/automake
[packages/dia.git] / dia-automake.patch
1 --- dia-0.86/app/Makefile.am    Tue Aug  8 07:03:05 2000
2 +++ dia-0.86.new/app/Makefile.am        Tue Aug  8 07:03:36 2000
3 @@ -154,7 +154,7 @@
4         $(APP_LIBS) $(XML_LIBS) $(BONOBO_LIBS) $(GDK_IMLIB_LIBS) \
5         $(LIBART_LIBS) $(PNG_LIBS) $(GDK_PIXBUF_LIBS) $(INTLLIBS)
6  
7 -LDFLAGS = -export-dynamic
8 +dia_embedd_LDFLAGS = -export-dynamic
9  
10  EXTRA_DIST = \
11         dia.gnorba \
12 --- dia-0.86/configure.in       Wed Aug  2 16:55:21 2000
13 +++ dia-0.86.new/configure.in   Tue Aug  8 07:06:00 2000
14 @@ -11,7 +11,7 @@
15  
16  dnl Initialize libtool
17  AC_DISABLE_STATIC
18 -AC_PROG_LIBTOOL
19 +AM_PROG_LIBTOOL
20  
21  dnl Build time sanity check
22  AM_SANITY_CHECK
23 --- dia-0.88.1/app/Makefile.am  Thu Oct 11 15:54:06 2001
24 +++ dia-0.88.1-p/app/Makefile.am        Thu Oct 11 15:54:18 2001
25 @@ -28,8 +28,7 @@
26         render_gnomeprint.h
27  endif
28  
29 -noinst_PROGRAMS = run_dia.sh
30 -run_dia_sh_SOURCES = 
31 +noinst_SCRIPTS = run_dia.sh
32  
33  if HAVE_BONOBO
34  dia_embedd = dia-embedd
35 --- dia-0.88.1-p/app/Makefile.am        Thu Oct 11 15:54:18 2001
36 +++ dia-0.88.1/app/Makefile.am  Thu Oct 11 20:37:46 2001
37 @@ -10,6 +10,7 @@
38          $(GNOME_CFLAGS) \
39         $(LIBART_CFLAGS) \
40         $(GDK_PIXBUF_CFLAGS) \
41 +       -I/usr/include/orbit-1.0 \
42         -DLOCALEDIR=\"$(localedir)\"
43  
44  if HAVE_GNOME_PRINT
This page took 0.097169 seconds and 4 git commands to generate.