diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2012-07-31 12:43:00 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2012-07-31 12:43:00 +0000 |
commit | c49dafa17463a7774a660b3cb6ae22a8c1c6d72c (patch) | |
tree | 81ff4eccff77c14ae2096f22d36866231697c1d3 /finance/gnucash/files/patch-configure | |
parent | - Update to 1.014 (diff) |
- Update to 2.4.11
- fix build with pkgconf
Approved by: tabthorpe (mentor)
Approved by: gnome (mezz)
Notes
Notes:
svn path=/head/; revision=301785
Diffstat (limited to 'finance/gnucash/files/patch-configure')
-rw-r--r-- | finance/gnucash/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/finance/gnucash/files/patch-configure b/finance/gnucash/files/patch-configure new file mode 100644 index 000000000000..04e7af4c7fe7 --- /dev/null +++ b/finance/gnucash/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2012-07-12 21:51:32.000000000 +0200 ++++ configure 2012-07-27 15:10:34.324724219 +0200 +@@ -20969,7 +20969,7 @@ + as_fn_error $? "Library requirements (libxml-2.0 >= $LIBXML2_REQUIRED) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." "$LINENO" 5 + fi + +-LIBXML_VERSION=`$PKG_CONFIG --version xml` ++LIBXML_VERSION=0.0 + + GIVEN_CFLAGS=$LIBXML2_CFLAGS + INCLUDE_DIRS=`echo | cpp -v 2>&1` |