diff options
author | joerg <joerg@pkgsrc.org> | 2006-04-08 16:30:57 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-04-08 16:30:57 +0000 |
commit | 602d40e357c87fdd1f312ae96e21c2c707efd416 (patch) | |
tree | 124d29d6911875304bdf21cb9cdf7c833de813d5 /wm/icecc/Makefile | |
parent | fe816f7d2e2b9c03e304d48009ceaa445b5e00ed (diff) | |
download | pkgsrc-602d40e357c87fdd1f312ae96e21c2c707efd416.tar.gz |
Link explicitly against thread libs when using libqt-mt. Honour MAKE_ENV
when calling gmake manually as well.
Diffstat (limited to 'wm/icecc/Makefile')
-rw-r--r-- | wm/icecc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/wm/icecc/Makefile b/wm/icecc/Makefile index fb8f21fe96a..9b92ae789ae 100644 --- a/wm/icecc/Makefile +++ b/wm/icecc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/02/05 23:11:13 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2006/04/08 16:30:57 joerg Exp $ # Package version reflects icecc version, with PKGREVISION incremented # for any tool updates, according to the authors scheme. @@ -58,7 +58,7 @@ do-configure: . endfor post-build: - cd ${WRKSRC}/icewm4vim && ${GMAKE} QTDIR=${QTDIR} + cd ${WRKSRC}/icewm4vim && ${SETENV} ${MAKE_ENV} ${GMAKE} QTDIR=${QTDIR} post-install: . for script in ${PYTHON_PATCH_SCRIPTS} @@ -76,4 +76,5 @@ post-install: # If it is, then remove this comment. If it is not, then remove # this comment and the line below, and bump PKGREVISION. BUILDLINK_DEPMETHOD.qt3-tools= full +.include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |