From 7c174d2a66729e513b11c02913fedae03c014284 Mon Sep 17 00:00:00 2001 From: hubertf Date: Mon, 1 Nov 1999 04:05:44 +0000 Subject: unset "DOMAIN" env-var. This doesn't seem to be used for anything useful, yet if it's set in the compiling user's environment, it will do bad things. --- net/speakfreely/Makefile.common | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net') diff --git a/net/speakfreely/Makefile.common b/net/speakfreely/Makefile.common index 7222e0f67a1..26fb0b954c9 100644 --- a/net/speakfreely/Makefile.common +++ b/net/speakfreely/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1 1999/10/26 16:45:16 jlam Exp $ +# $NetBSD: Makefile.common,v 1.2 1999/11/01 04:05:44 hubertf Exp $ # DISTNAME= speak_freely-7.1 @@ -36,6 +36,7 @@ SOUNDDIR= ${PREFIX}/share/speakfreely MAKE_ENV+= PERL="${PERL_PATH}" CCFLAGS="${CCFLAGS}" \ SOUNDDIR="${SOUNDDIR}" HAVE_GSM=yes MAKE_ENV+= HAVE_MD5=yes +MAKE_ENV+= DOMAIN= post-extract: ${MV} ${WRKSRC}/sfspeaker.1 ${WRKSRC}/sfspeaker.1.in -- cgit v1.2.3