aboutsummaryrefslogtreecommitdiff
path: root/mail/mutt-ng/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mutt-ng/files/patch-configure')
-rw-r--r--mail/mutt-ng/files/patch-configure31
1 files changed, 0 insertions, 31 deletions
diff --git a/mail/mutt-ng/files/patch-configure b/mail/mutt-ng/files/patch-configure
deleted file mode 100644
index e0d16a783efe..000000000000
--- a/mail/mutt-ng/files/patch-configure
+++ /dev/null
@@ -1,31 +0,0 @@
---- configure.orig Tue Jun 14 02:01:04 2005
-+++ configure Mon Jun 20 20:13:56 2005
-@@ -1774,7 +1774,7 @@
- fi
-
- fi
--INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
-+INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c"
-
- # We need awk for the "check" target. The system "awk" is bad on
- # some platforms.
-@@ -14028,7 +14028,7 @@
- bdbpfx="$bdbpfx $d/$v"
- done
- done
-- BDB_VERSIONS="db-4 db4 db-4.3 db4.3 db43 db-4.2 db4.2 db42 db-4.1 db4.1 db41 db ''"
-+ BDB_VERSIONS="db-4.3 db4.3 db43 db-4.2 db4.2 db42 db-4.1 db4.1 db41 db ''"
- echo "$as_me:$LINENO: checking for BerkeleyDB > 4.0" >&5
- echo $ECHO_N "checking for BerkeleyDB > 4.0... $ECHO_C" >&6
- for d in $bdbpfx; do
-@@ -14037,8 +14037,8 @@
- for v in / $BDB_VERSIONS; do
- if test -r "$d/include/$v/db.h"; then
- BDB_INCLUDE_DIR="$d/include/$v"
-- if test -d "$d/lib/$v"; then
-- BDB_LIB_DIR="$d/lib/$v"
-+ if test -d "$d/lib"; then
-+ BDB_LIB_DIR="$d/lib"
- for l in `echo $BDB_VERSIONS`; do
- CPPFLAGS="-I$BDB_INCLUDE_DIR $OLDCPPFLAGS"
- LIBS="$OLDLIBS -L$BDB_LIB_DIR -l$l"