aboutsummaryrefslogtreecommitdiff
path: root/finance/gnucash/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'finance/gnucash/files/patch-configure')
-rw-r--r--finance/gnucash/files/patch-configure32
1 files changed, 0 insertions, 32 deletions
diff --git a/finance/gnucash/files/patch-configure b/finance/gnucash/files/patch-configure
deleted file mode 100644
index cb1f57af28a6..000000000000
--- a/finance/gnucash/files/patch-configure
+++ /dev/null
@@ -1,32 +0,0 @@
-
-$FreeBSD$
-
---- configure.orig Thu Jan 10 12:57:53 2002
-+++ configure Thu Jan 10 12:59:14 2002
-@@ -9608,7 +9608,7 @@
- withval="$with_help_prefix"
- GNC_HELPDIR="$with_help_prefix/gnome/help/gnucash"
- else
-- GNC_HELPDIR="\${datadir}/gnome/help/gnucash"
-+ GNC_HELPDIR="\${datadir}/help/gnucash"
- fi
-
-
-@@ -10128,7 +10128,7 @@
-
-
- if test "$prefer_db1" = "yes"; then
-- for ac_hdr in db_185.h db1/db.h
-+ for ac_hdr in db_185.h db.h db1/db.h
- do
- ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
- echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-@@ -10168,7 +10168,7 @@
- fi
- done
-
-- if test "$ac_cv_header_db_185_h$ac_cv_header_db1_db_h" = nono; then
-+ if test "$ac_cv_header_db_185_h$ac_cv_header_db_h" = nono; then
- { echo "configure: error: Berkeley db library required for GnuCash" 1>&2; exit 1; }
- fi
- cat >> confdefs.h <<\EOF