From 12c302479625a1dd9399ab54d336231929bea2e9 Mon Sep 17 00:00:00 2001 From: joerg Date: Sat, 8 Apr 2006 16:30:57 +0000 Subject: Link explicitly against thread libs when using libqt-mt. Honour MAKE_ENV when calling gmake manually as well. --- wm/icecc/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'wm/icecc/Makefile') 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" -- cgit v1.2.3