diff options
author | adam <adam> | 2005-09-28 19:54:36 +0000 |
---|---|---|
committer | adam <adam> | 2005-09-28 19:54:36 +0000 |
commit | 6eb1b47079b97018ea64f8bc19db6005e34df385 (patch) | |
tree | 9f7e1dee5e577678cbf4051cc2cabd004690eadc /misc | |
parent | 6549b378019a6332d6ff3981ff0ea36fa24f44c7 (diff) | |
download | pkgsrc-6eb1b47079b97018ea64f8bc19db6005e34df385.tar.gz |
Darn, another fix for qt-3.3.5
Diffstat (limited to 'misc')
-rw-r--r-- | misc/kdepim3/Makefile | 10 |
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" |