summaryrefslogtreecommitdiff
path: root/net/openh323
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2001-12-30 20:51:33 +0000
committeragc <agc@pkgsrc.org>2001-12-30 20:51:33 +0000
commit46d387df0c6993697e70616e3f2ae6752bcb1e00 (patch)
treea515a65995705db5ef555bc3fa18e1e2845525a4 /net/openh323
parent4c1088d14b40326b8cfa455ba49e57f99497772f (diff)
downloadpkgsrc-46d387df0c6993697e70616e3f2ae6752bcb1e00.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 ; \