summaryrefslogtreecommitdiff
path: root/wm/icecc/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2006-04-08 16:30:57 +0000
committerjoerg <joerg>2006-04-08 16:30:57 +0000
commit12c302479625a1dd9399ab54d336231929bea2e9 (patch)
tree124d29d6911875304bdf21cb9cdf7c833de813d5 /wm/icecc/Makefile
parent8f5eaf6b30f6ab2e13a09a3ae34004a9da050ab5 (diff)
downloadpkgsrc-12c302479625a1dd9399ab54d336231929bea2e9.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/Makefile5
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"