]> git.pld-linux.org Git - packages/dia.git/commitdiff
- dia automake fixes
authorwrobell <wrobell@pld-linux.org>
Tue, 26 Aug 2003 03:42:50 +0000 (03:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dia-am.patch -> 1.1

dia-am.patch [new file with mode: 0644]

diff --git a/dia-am.patch b/dia-am.patch
new file mode 100644 (file)
index 0000000..7a3d9ce
--- /dev/null
@@ -0,0 +1,27 @@
+--- dia-cvs-snapshot.orig/lib/Makefile.am      Wed Aug 13 09:23:14 2003
++++ dia-cvs-snapshot/lib/Makefile.am   Fri Aug 15 16:05:46 2003
+@@ -133,11 +133,11 @@
+ #             charconv.c \
+ #             charconv.h 
+ #             render.h \
+-#             render.c \
++#             render.c
+ libdia_la_LDFLAGS = -export-dynamic -module -avoid-version
+-CPPFLAGS = \
++AM_CPPFLAGS = \
+       $(LIBART_CFLAGS) \
+       -DLIBDIR=\"$(libdir)\" \
+       -DDATADIR=\"$(pkgdatadir)\"
+--- dia-cvs-snapshot.orig/app/Makefile.am      Mon Jul  7 09:23:09 2003
++++ dia-cvs-snapshot/app/Makefile.am   Fri Aug 15 16:04:55 2003
+@@ -182,7 +182,7 @@
+ #$(BONOBO_LIBS)
+ if HAVE_GCC
+-LDFLAGS = -export-dynamic
++AM_LDFLAGS = -export-dynamic
+ endif
+ EXTRA_DIST = \
This page took 0.090147 seconds and 4 git commands to generate.