pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/kdevelop-base qt-3.3.5 fix



details:   https://anonhg.NetBSD.org/pkgsrc/rev/615a4f9db30b
branches:  trunk
changeset: 499937:615a4f9db30b
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Sep 29 14:21:33 2005 +0000

description:
qt-3.3.5 fix

diffstat:

 devel/kdevelop-base/Makefile |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 2b8cfcb49242 -r 615a4f9db30b devel/kdevelop-base/Makefile
--- a/devel/kdevelop-base/Makefile      Thu Sep 29 14:21:08 2005 +0000
+++ b/devel/kdevelop-base/Makefile      Thu Sep 29 14:21:33 2005 +0000
@@ -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 @@
        --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}"



Home | Main Index | Thread Index | Old Index