summaryrefslogtreecommitdiff
path: root/misc/kdepim3
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2005-09-28 19:54:36 +0000
committeradam <adam@pkgsrc.org>2005-09-28 19:54:36 +0000
commit3d4e72c6c00e013f6803f9ed0ca7750e9fdbe2b6 (patch)
tree9f7e1dee5e577678cbf4051cc2cabd004690eadc /misc/kdepim3
parentc987b02ad4e95bb3e85a16f90e75a3d18f613b65 (diff)
downloadpkgsrc-3d4e72c6c00e013f6803f9ed0ca7750e9fdbe2b6.tar.gz
Darn, another fix for qt-3.3.5
Diffstat (limited to 'misc/kdepim3')
-rw-r--r--misc/kdepim3/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/misc/kdepim3/Makefile b/misc/kdepim3/Makefile
index f412e4a636e..9a7b806cea7 100644
--- a/misc/kdepim3/Makefile
+++ b/misc/kdepim3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2005/09/22 08:41:18 markd Exp $
+# $NetBSD: Makefile,v 1.51 2005/09/28 19:54:36 adam Exp $
DISTNAME= kdepim-${_KDE_VERSION}
PKGREVISION= 1
@@ -52,6 +52,14 @@ PLIST_SUBST+= HAVE_SASL=""
PLIST_SUBST+= HAVE_SASL="@comment "
.endif
+# 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= korn/kornboxcfg.ui korn/korncfg.ui \
+ kmail/smimeconfiguration.ui
+SUBST_FILTER_CMD.hints= ${GREP} -v includehint
+
.include "../../comms/libmal/buildlink3.mk"
.include "../../comms/pilot-link-libs/buildlink3.mk"
.include "../../security/gpgme/buildlink3.mk"