pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/nas Run configure with env variables set by pkgs...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/952df2bb6953
branches:  trunk
changeset: 515785:952df2bb6953
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Jul 07 23:20:20 2006 +0000

description:
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:

 audio/nas/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 35a6db635c95 -r 952df2bb6953 audio/nas/Makefile
--- a/audio/nas/Makefile        Fri Jul 07 22:10:06 2006 +0000
+++ b/audio/nas/Makefile        Fri Jul 07 23:20:20 2006 +0000
@@ -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 @@
 .  endif
 .endif
 
+pre-configure:
+       cd ${WRKSRC}/config && ${SETENV} ${CONFIGURE_ENV} ./configure
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index