summaryrefslogtreecommitdiff
path: root/audio/nas
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2006-07-07 23:20:20 +0000
committerminskim <minskim@pkgsrc.org>2006-07-07 23:20:20 +0000
commit462f4c08ab48995d46744ab490bb9005ed6b1208 (patch)
treee72cae77c6ed789eae0bfd6d07a4234447c0fadd /audio/nas
parentb7ebfd264d7de1faa069e964bf75dacebe9897be (diff)
downloadpkgsrc-462f4c08ab48995d46744ab490bb9005ed6b1208.tar.gz
Run configure with env variables set by pkgsrc. Previously, it was imake
that ran configure, which failed on Darwin because imake didn't pass all variables in CONFIGURE_ENV. This fixes PR 33812. The package still does not build on Darwin due to link errors.
Diffstat (limited to 'audio/nas')
-rw-r--r--audio/nas/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/nas/Makefile b/audio/nas/Makefile
index fccd5371878..8c0562a3495 100644
--- a/audio/nas/Makefile
+++ b/audio/nas/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2006/07/07 22:10:06 jlam Exp $
+# $NetBSD: Makefile,v 1.63 2006/07/07 23:20:20 minskim Exp $
DISTNAME= nas-1.8.src
PKGNAME= ${DISTNAME:S/.src//}
@@ -60,4 +60,7 @@ PLIST_SRC+= ${PKGDIR}/PLIST.server
. endif
.endif
+pre-configure:
+ cd ${WRKSRC}/config && ${SETENV} ${CONFIGURE_ENV} ./configure
+
.include "../../mk/bsd.pkg.mk"