summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2007-03-19 17:00:17 +0000
committerreed <reed@pkgsrc.org>2007-03-19 17:00:17 +0000
commitc551a4da3cf621604062f834920ee57bcb79d3a9 (patch)
treefc9446842ca8f95c3757009366ae353a51cdaf8a /mail
parente14130e767e7bbdf9d6521c852c54e4b2471bda6 (diff)
downloadpkgsrc-c551a4da3cf621604062f834920ee57bcb79d3a9.tar.gz
Run ${SETENV} ${MAKE_ENV} before ${LIBTOOL} during do-install steps.
This fixes build where libtool was not in the default path. This is for my PR #36020.
Diffstat (limited to 'mail')
-rw-r--r--mail/imap-uw/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile
index 4cbeba21ca8..bcd48f56116 100644
--- a/mail/imap-uw/Makefile
+++ b/mail/imap-uw/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.114 2007/02/22 19:26:41 wiz Exp $
+# $NetBSD: Makefile,v 1.115 2007/03/19 17:00:17 reed Exp $
#
# ATTENTION:
# The Kerberos support in this software is known to be problematic. If you
@@ -20,8 +20,8 @@ USE_LIBTOOL= yes
MAKE_ENV+= LIBTOOL=libtool
MAKE_ENV+= LTCOMPILE="libtool --mode=compile"
MAKE_ENV+= LTLINK="libtool --mode=link"
-LTINSTALL_PROGRAM= ${LIBTOOL} --mode=install ${INSTALL_PROGRAM}
-LTINSTALL_LIB= ${LIBTOOL} --mode=install ${INSTALL_LIB}
+LTINSTALL_PROGRAM= ${SETENV} ${MAKE_ENV} ${LIBTOOL} --mode=install ${INSTALL_PROGRAM}
+LTINSTALL_LIB= ${SETENV} ${MAKE_ENV} ${LIBTOOL} --mode=install ${INSTALL_LIB}
.include "../../mk/bsd.prefs.mk"