/[packages]/cauldron/gnucash/current/SOURCES/gnucash-guile-9.patch
ViewVC logotype

Contents of /cauldron/gnucash/current/SOURCES/gnucash-guile-9.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 188471 - (show annotations) (download)
Wed Dec 28 20:48:05 2011 UTC (12 years, 9 months ago) by wally
File size: 1001 byte(s)
- add patches from fedora to support new guile 2.0
- sync sources with fedora
- clean .spec a bit
1 diff -up gnucash-2.4.5/configure.ac.foo gnucash-2.4.5/configure.ac
2 --- gnucash-2.4.5/configure.ac.foo 2011-05-13 15:44:58.656686463 -0400
3 +++ gnucash-2.4.5/configure.ac 2011-05-13 15:46:31.353686496 -0400
4 @@ -393,12 +393,13 @@ fi
5 GUILE_LIBS=""
6
7 # Look up GUILE_CFLAGS and GUILE_LIBS, and version check
8 -PKG_CHECK_MODULES(GUILE, [guile-1.8 >= 1.8.5], , [AC_MSG_ERROR([
9 -
10 - guile does not appear to be installed correctly, or is not in the
11 - correct version range. Perhaps you have not installed the guile
12 - development packages? Gnucash requires at least version 1.8.5 to build.
13 -])])
14 +PKG_CHECK_MODULES(GUILE, [guile-1.8 >= 1.8.5], , [
15 + PKG_CHECK_MODULES(GUILE, [guile-2.0 >= 2.0.0], , [AC_MSG_ERROR([
16 + guile does not appear to be installed correctly, or is not in the
17 + correct version range. Perhaps you have not installed the guile
18 + development packages? Gnucash requires at least version 1.8.5 to build.
19 + ])])
20 +])
21 # Look up GUILE executable
22 AC_PATH_PROG(GUILE, guile)
23

  ViewVC Help
Powered by ViewVC 1.1.30