diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2008-09-07 03:44:01 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2008-09-07 03:44:01 +0000 |
commit | 8e07e2d8f944db18f9d87bae5151e9e38cb3f50c (patch) | |
tree | d583e94227fada6db1ddb8afd323aca52a5488e6 /finance/gnucash/files/patch-configure | |
parent | Over to new volunteer. (diff) |
Update to 2.2.6
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..fbf21419ad7b --- /dev/null +++ b/finance/gnucash/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2008-07-27 12:17:44.000000000 -0500 ++++ configure 2008-09-06 22:14:05.289802801 -0500 +@@ -21359,7 +21359,7 @@ + echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config." + else + pkg_config_min_version=0.9.0 +- if $PKG_CONFIG --atleast-pkgconfig-version $pkg_config_min_version; then ++ if 0 ; then + { echo "$as_me:$LINENO: checking for libgoffice-0.4 >= 0.4.0" >&5 + echo $ECHO_N "checking for libgoffice-0.4 >= 0.4.0... $ECHO_C" >&6; } + |