pkgsrc/devel/ncurses/patches/patch-ae
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

13 lines
413 B
Text

$NetBSD: patch-ae,v 1.8 2007/01/08 11:01:05 adam Exp $
--- misc/Makefile.in.orig 2007-01-08 09:40:08.000000000 +0100
+++ misc/Makefile.in
@@ -66,7 +66,7 @@ ticfile = $(ticdir).db
source = @TERMINFO_SRC@
INSTALL = @INSTALL@
-INSTALL_PROG = @INSTALL_PROGRAM@
+INSTALL_PROG = @INSTALL_SCRIPT@
INSTALL_DATA = @INSTALL_DATA@
################################################################################