summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/kdevelop-base/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/devel/kdevelop-base/Makefile b/devel/kdevelop-base/Makefile
index 0d43c33fa05..601fe766846 100644
--- a/devel/kdevelop-base/Makefile
+++ b/devel/kdevelop-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2005/07/30 12:11:41 markd Exp $
+# $NetBSD: Makefile,v 1.45 2005/09/29 14:21:33 adam Exp $
DISTNAME= kdevelop-3.2.2
PKGNAME= kdevelop-base-3.2.2
@@ -43,6 +43,13 @@ CONFIGURE_ARGS+= \
--with-qtdoc-dir=${QT3DIR}/qt3/doc/html \
--with-kdelibsdoxy-dir=${KDELIBDIR}/share/doc/kde/HTML/en/kdelibs-apidocs
+# a fix for qt-3.3.5, please remove if qt-3.3.6 (or newer) solves the problem
+SUBST_CLASSES+= hints
+SUBST_STAGE.hints= post-patch
+SUBST_MESSAGE.hints= "Fix includehints."
+SUBST_FILES.hints= parts/tools/addtooldlg.ui
+SUBST_FILTER_CMD.hints= ${GREP} -v includehint
+
.include "../../databases/db3/buildlink3.mk"
CPPFLAGS+= -I${BUILDLINK_PREFIX.db3}/include/db3
MAKE_ENV+= BDB_LIBS="${BUILDLINK_LDADD.db3}"