summaryrefslogtreecommitdiff
path: root/x11-toolkits/qt32/Makefile
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1999-02-25 08:25:17 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1999-02-25 08:25:17 +0000
commit4b5759cc15bbd63e1c4de4a46ae2005f912e47dd (patch)
treeba4a770668df57e814faefae872cabdf2b716c4e /x11-toolkits/qt32/Makefile
parentEnable uox3. (diff)
partly adopt changes from PR
- use CXX and CXXFLAGS if set additionally - use X11BASE still unsure if I should remove the dependancy from MESA... have to think over it when having time I think there was a problem, when building KDE with Mesa support and using a qt lib without ... Does somebody else have time to check ? PR: closes 8904 Submitted partly by: Alex Zepeda <garbanzo@hooked.net>
Notes
Notes: svn path=/head/; revision=16894
Diffstat (limited to 'x11-toolkits/qt32/Makefile')
-rw-r--r--x11-toolkits/qt32/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/qt32/Makefile b/x11-toolkits/qt32/Makefile
index 87a25eb27126..162e9358e2e7 100644
--- a/x11-toolkits/qt32/Makefile
+++ b/x11-toolkits/qt32/Makefile
@@ -3,7 +3,7 @@
# Date created: 30 Jul 1996
# Whom: searle@longacre.demon.co.uk
#
-# $Id: Makefile,v 1.29 1998/11/23 17:41:10 andreas Exp $
+# $Id: Makefile,v 1.30 1999/01/07 10:58:31 asami Exp $
#
DISTNAME= qt-1.42
@@ -16,7 +16,7 @@ LIB_DEPENDS= MesaGL.14:${PORTSDIR}/graphics/Mesa3
USE_GMAKE= yes
USE_X_PREFIX= yes
-MAKE_ENV= QTDIR=${WRKSRC}
+MAKE_ENV+= QTDIR=${WRKSRC} CXX="${CXX}" CXXFLAGS="${CXXFLAGS}"
.include <bsd.port.pre.mk>