pkgsrc/devel/ncurses/patches/patch-ac
adam 3eaefbdf01 Changes 5.6:
Hashed-databases are supported for storing terminal descriptions.
Support for magic-cookies such as hpterm was improved.
Support for rpath in shared libraries was revised.
Many bugfixes were made for memory leaks, wide-character support, portability,
  and more.
2007-01-08 11:01:05 +00:00

17 lines
388 B
Text

$NetBSD: patch-ac,v 1.14 2007/01/08 11:01:05 adam Exp $
--- configure.orig 2006-12-17 17:33:38.000000000 +0100
+++ configure
@@ -7921,12 +7921,7 @@ case ".$MANPAGE_RENAMES" in #(vi
.no) #(vi
;;
.|.yes)
- # Debian 'man' program?
- if test -f /etc/debian_version ; then
- MANPAGE_RENAMES=`cd $srcdir && pwd`/man/man_db.renames
- else
MANPAGE_RENAMES=no
- fi
;;
esac