]> git.pld-linux.org Git - packages/dwi.git/blame - dwi-qof.patch
- fix build without qof
[packages/dwi.git] / dwi-qof.patch
CommitLineData
c4f99e30
JB
1--- dwi-0.6.1/configure.in.orig 2004-07-29 15:49:36.000000000 +0200
2+++ dwi-0.6.1/configure.in 2006-02-22 11:40:41.000000000 +0100
3@@ -66,7 +66,7 @@
4 AC_DEFINE(HAVE_QOF,,We Have Found QOF)
5 fi
6
7-AM_CONDITIONAL(BUILD_QOF, [test x$HAVE_QOF = x])
8+AM_CONDITIONAL(BUILD_QOF, [test x$HAVE_QOF != x])
9
10 dnl **************************************************************
11 dnl If ODBC is found on the build system, then use it.
12--- dwi-0.6.1/examples/app-integration/Makefile.am.orig 2006-02-22 12:28:48.000000000 +0100
13+++ dwi-0.6.1/examples/app-integration/Makefile.am 2006-02-22 12:34:36.000000000 +0100
14@@ -38,7 +38,6 @@
15 ../../app/libdwi-parse.la \
16 ../../src/libdwi.la \
17 ../../dwi-gtk/libdwi-gtk.la \
18- ../../dwi-qof/libdwi-qof.la \
19 ../../db_drivers/libdwi-dbdrivers.la
20
21 # ----------------------------------------------
22@@ -62,7 +61,6 @@
23 ../../app/libdwi-parse.la \
24 ../../src/libdwi.la \
25 ../../dwi-gtk/libdwi-gtk.la \
26- ../../dwi-qof/libdwi-qof.la \
27 ../../db_drivers/libdwi-dbdrivers.la
28
29 # ----------------------------------------------
30--- dwi-0.6.1/examples/basic-qof/Makefile.am.orig 2006-02-22 12:28:48.000000000 +0100
31+++ dwi-0.6.1/examples/basic-qof/Makefile.am 2006-02-22 12:34:58.000000000 +0100
32@@ -9,7 +9,9 @@
33 # Created by Linas Vepstas March 2002
34 #
35
36+if BUILD_QOF
37 noinst_PROGRAMS = my-app
38+endif
39
40 EXTRA_DIST = \
41 .cvsignore \
42--- dwi-0.6.1/examples/qof-proto/Makefile.am.orig 2006-02-22 12:28:48.000000000 +0100
43+++ dwi-0.6.1/examples/qof-proto/Makefile.am 2006-02-22 12:35:24.000000000 +0100
44@@ -9,7 +9,9 @@
45 # Created by Linas Vepstas March 2002
46 #
47
48+if BUILD_QOF
49 noinst_PROGRAMS = my-app
50+endif
51
52 EXTRA_DIST = \
53 .cvsignore \
This page took 0.05148 seconds and 4 git commands to generate.