From b2d395c8554bcebdddf97ebde01829ece1e38fec Mon Sep 17 00:00:00 2001 From: agc Date: Sun, 30 Dec 2001 20:51:33 +0000 Subject: Pass the MAKE_ENV definitions down to the custom do-build stage. Fixes problem uncovered in 1.5.2 bulk build. --- net/openh323/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/openh323') diff --git a/net/openh323/Makefile b/net/openh323/Makefile index 1251671a493..26c54362fa7 100644 --- a/net/openh323/Makefile +++ b/net/openh323/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/02/25 04:18:06 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 2001/12/30 20:51:33 agc Exp $ # DISTNAME= openh323_1.1beta3 @@ -32,7 +32,7 @@ pre-build: -${MKDIR} ${WRKSRC}/lib; cd ${WRKSRC}/lib; ${LN} -s ${PREFIX}/lib/libpt.la do-build: - cd ${WRKSRC}; ${GMAKE} opt + cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} opt post-install: cd ${WRKSRC}/include; for f in \*.h ; \ -- cgit v1.2.3