From 74b0171535f75848ac9c3b0b55e74e8a4b62e1b1 Mon Sep 17 00:00:00 2001 From: rillig Date: Sat, 30 Jul 2005 21:04:36 +0000 Subject: Added -DMISSING_EXTERN_ENVIRON for NetBSD. Still does not build because of missing Perl include files. --- editors/vile/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'editors/vile') diff --git a/editors/vile/Makefile b/editors/vile/Makefile index 405690f6205..5c4fc134f9a 100644 --- a/editors/vile/Makefile +++ b/editors/vile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2005/07/16 19:10:38 jlam Exp $ +# $NetBSD: Makefile,v 1.41 2005/07/30 21:04:36 rillig Exp $ DISTNAME= vile-9.4 PKGREVISION= 1 @@ -20,6 +20,7 @@ USE_TOOLS+= perl:run # Until the source catches up to the current Perl API, we need PERL_POLLUTE # to look like an older perl. CPPFLAGS+= -DPERL_POLLUTE=1 +CPPFLAGS.NetBSD+= -DMISSING_EXTERN_ENVIRON MAKEFILE= makefile INSTALL_TARGET= install install-perl -- cgit v1.2.3