diff options
author | lawrance <lawrance@FreeBSD.org> | 2006-04-09 18:49:38 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2006-04-09 18:49:38 +0800 |
commit | 8b714b528bea181d7574079b4677f5c9a0037f0e (patch) | |
tree | abeae541a977d074e584021fa76fde00ec4e296e /finance/kmymoney2/files | |
parent | dd7ca7eccb9eb6ccf3caf1cae553275c30b8a153 (diff) | |
download | freebsd-ports-gnome-8b714b528bea181d7574079b4677f5c9a0037f0e.tar.gz freebsd-ports-gnome-8b714b528bea181d7574079b4677f5c9a0037f0e.tar.zst freebsd-ports-gnome-8b714b528bea181d7574079b4677f5c9a0037f0e.zip |
Update to 0.8.3.
PR: ports/93768
Submitted by: Alexander Novitsky <alecn2002@yandex.ru> (maintainer)
Diffstat (limited to 'finance/kmymoney2/files')
-rw-r--r-- | finance/kmymoney2/files/patch-configure | 40 |
1 files changed, 8 insertions, 32 deletions
diff --git a/finance/kmymoney2/files/patch-configure b/finance/kmymoney2/files/patch-configure index eb8f73fda1ed..b539a7c431fe 100644 --- a/finance/kmymoney2/files/patch-configure +++ b/finance/kmymoney2/files/patch-configure @@ -1,47 +1,23 @@ ---- configure.orig Fri Dec 30 14:52:51 2005 -+++ configure Tue Jan 3 19:44:57 2006 +--- configure.orig Thu Feb 23 19:02:14 2006 ++++ configure Thu Feb 23 19:08:19 2006 @@ -1,4 +1,4 @@ -#! /bin/sh +#! %%LOCALBASE%%/bin/bash # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.59. # -@@ -34022,7 +34022,7 @@ - have_new_ofx="no" - fi - -- if test "$have_new_ofx" == "yes"; then -+ if test "$have_new_ofx" = "yes"; then - ofx_importerplugin="ofximport" - ofx_libs="-lofx" - fi -@@ -34242,7 +34242,7 @@ - have_new_ofx="no" - fi - -- if test "$have_new_ofx" == "yes"; then -+ if test "$have_new_ofx" = "yes"; then - - cat >>confdefs.h <<_ACEOF - #define USE_OFX_DIRECTCONNECT "1" -@@ -34275,7 +34275,7 @@ - pushd $DIR > /dev/null - CD=`pwd` - popd > /dev/null -- if test "$srcdir" == "." -o ${CD:0:${#CURDIR}} != $CURDIR; then -+ if test "$srcdir" = "." -o ${CD:0:${#CURDIR}} != $CURDIR; then - HFILES=$(grep -v noinst_HEADERS $mfile | grep _HEADERS) - for HFILE in $HFILES; do - case $HFILE in -@@ -36104,11 +36104,6 @@ +@@ -36106,11 +36106,11 @@ { (exit 0); exit 0; } _ACEOF -if test "x$with_fast_perl" = "xyes"; then -- perl -i.bak $ac_aux_dir/conf.change.pl $CONFIG_STATUS \ ++if test "x$with_fast_perl" = "xyes"; then + perl -i.bak $ac_aux_dir/conf.change.pl $CONFIG_STATUS \ - || mv $CONFIG_STATUS.bak $CONFIG_STATUS -- rm -f $CONFIG_STATUS.bak ++ || mv $CONFIG_STATUS.bak $CONFIG_STATUS + rm -f $CONFIG_STATUS.bak -fi ++fi chmod +x $CONFIG_STATUS ac_clean_files=$ac_clean_files_save |