1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

sysutils/screen: install error if world compiled with NO_INFO

The program /usr/bin/install-info doesn't exist in case
        the base system has been compiled with NO_INFO. This causes
        an error during installation of sysutils/screen because one
        of screen's make files rely on this program.

        I added handling of NO_INFO (and NO_MAN by the way). I suggest
        to let screen depend on print/texinfo if the user doesn't define
        NO_INFO and /usr/bin/install-info doesn't exist.

PR:             ports/115048
Submitted by:   Bj\xf6rn K\xf6nig <bkoenig@cs.tu-berlin.de>
Approved by:    maintainer timeout
This commit is contained in:
Edwin Groothuis 2007-09-23 11:33:11 +00:00
parent d853ba8cd3
commit 9ec71c12ba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199977

View File

@ -0,0 +1,11 @@
--- screen.h.orig 2003-08-22 14:28:43.000000000 +0200
+++ screen.h 2007-07-30 10:25:45.000000000 +0200
@@ -22,6 +22,8 @@
* $Id: screen.h,v 1.12 1994/05/31 12:32:54 mlschroe Exp $ FAU
*/
+#include <string.h>
+
#include "os.h"
#if defined(__STDC__)