From b83cee9494faa9193d779f6d0ae12f63858e6780 Mon Sep 17 00:00:00 2001 From: hubertf Date: Thu, 7 Sep 2000 04:10:32 +0000 Subject: This package builds if DISPLAY is not set at all, and if it's set to a valid display that'll also accept connections. If DISPLAY is set to a display that rejects connections, though. Fix this by explicitly setting DISPLAY=. --- math/xlispstat/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'math') diff --git a/math/xlispstat/Makefile b/math/xlispstat/Makefile index 3eb492fc982..551ea858f28 100644 --- a/math/xlispstat/Makefile +++ b/math/xlispstat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2000/09/05 23:13:07 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.10 2000/09/07 04:10:32 hubertf Exp $ # FreeBSD Id: Makefile,v 1.7 1998/08/20 07:35:21 asami Exp # @@ -23,4 +23,6 @@ ALL_TARGET= xlispstat MAKE_ENV+= CPPFLAGS= .endif +MAKE_ENV+= DISPLAY= # Prevent 'Rejected connection' + .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3