diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-09-09 08:11:36 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-09-09 08:11:36 +0800 |
commit | 7ec4d554991a7209af306f03ec5652626b4e7f2f (patch) | |
tree | f5b988babbff0af53f0d50b09b978a1b07a54d2f /finance/gnucash/files | |
parent | 2ecdabe35b53adf114a9a27572c7e391a28a59b1 (diff) | |
download | marcuscom-ports-7ec4d554991a7209af306f03ec5652626b4e7f2f.tar.gz marcuscom-ports-7ec4d554991a7209af306f03ec5652626b4e7f2f.tar.zst marcuscom-ports-7ec4d554991a7209af306f03ec5652626b4e7f2f.zip |
Add gnucash, and point to the new location of goffice06.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11489 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'finance/gnucash/files')
-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 000000000..fbf21419a --- /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; } + |