pkgsrc/finance/kmymoney2/patches/patch-ac
markd a1e8937cbd Update kmymoney2 to 0.8.5
From Gary Duzan in PR pkg/34669 with some tweaks from me.

Changes:
0.8.5:
some bug fixes and user interface improvements. Some build system changes
will help in implementing the application on a wide selection of platforms.
Improvements to the file importers (GnuCash and QIF).

0.8.4:
several bug fixes and some improvements to the entry of scheduled
transactions. There are also some new translations and miscellaneous
changes, all of which should help to make building and using the
application even easier.

0.8.1-3:
Changes unknown.
2006-10-07 12:14:18 +00:00

40 lines
1.3 KiB
Text

$NetBSD: patch-ac,v 1.4 2006/10/07 12:14:18 markd Exp $
--- configure.orig 2006-05-15 10:21:20.000000000 -0400
+++ configure 2006-07-04 23:56:41.000000000 -0400
@@ -32362,7 +32362,7 @@ echo "${ECHO_T}$kde_cv_path" >&6
if test -n "$MEINPROC" -a "$MEINPROC" != "compiled"; then
- kde_sharedirs="/usr/share/kde /usr/local/share /usr/share /opt/kde3/share /opt/kde/share $prefix/share `kde-config --prefix`/share"
+ kde_sharedirs="$prefix/share/kde /usr/share/kde /usr/local/share /usr/share /opt/kde3/share /opt/kde/share $prefix/share `kde-config --prefix`/share"
test -n "$KDEDIR" && kde_sharedirs="$KDEDIR/share $kde_sharedirs"
KDE_XSL_STYLESHEET=NO
@@ -34274,7 +34274,7 @@ else
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
@@ -34494,7 +34494,7 @@ else
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"
@@ -34521,7 +34521,7 @@ mkdir kmymoney
echo Generating symlinks to header files
CURDIR=
-if test "x${srcdir:0:1}" != "x/"; then
+if test "x$(echo $srcdir | cut -b 1)" != "x/"; then
CURDIR=`pwd`/
fi
BASEDIR=$CURDIR$srcdir