summaryrefslogtreecommitdiff
path: root/net/openh323
diff options
context:
space:
mode:
authoragc <agc>2001-12-30 20:51:33 +0000
committeragc <agc>2001-12-30 20:51:33 +0000
commitb2d395c8554bcebdddf97ebde01829ece1e38fec (patch)
treea515a65995705db5ef555bc3fa18e1e2845525a4 /net/openh323
parent2d20bfb922589458599d12a8bbbaf4d4b8006136 (diff)
downloadpkgsrc-b2d395c8554bcebdddf97ebde01829ece1e38fec.tar.gz
Pass the MAKE_ENV definitions down to the custom do-build stage.
Fixes problem uncovered in 1.5.2 bulk build.
Diffstat (limited to 'net/openh323')
-rw-r--r--net/openh323/Makefile4
1 files changed, 2 insertions, 2 deletions
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 ; \