mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 03:33:34 -04:00
24 lines
622 B
Plaintext
24 lines
622 B
Plaintext
$NetBSD: patch-ac,v 1.23 2015/08/17 17:10:32 wiz Exp $
|
|
|
|
Allow ncurses to build with compiler from pkgsrc by dropping the use of
|
|
-no-cpp-precomp which is specific to Apple's supplied toolchain.
|
|
Don't rename man pages on Debian.
|
|
Include local paths before utilising flags from build env
|
|
|
|
--- configure.orig 2015-08-05 09:20:32.000000000 +0000
|
|
+++ configure
|
|
@@ -11090,12 +11090,7 @@ case ".$MANPAGE_RENAMES" in
|
|
(.no)
|
|
;;
|
|
(.|.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
|
|
+ MANPAGE_RENAMES=no
|
|
;;
|
|
esac
|
|
|