summaryrefslogtreecommitdiff
path: root/net/kdenetwork3
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2005-09-29 13:44:43 +0000
committeradam <adam@pkgsrc.org>2005-09-29 13:44:43 +0000
commit8478cd00190531764cfae217d925c33b08442dc6 (patch)
tree7967cc171909d2189dacd11b7577e699bb259f57 /net/kdenetwork3
parent74c36f7f68380e70498c8d145fbb1d981ff0ef39 (diff)
downloadpkgsrc-8478cd00190531764cfae217d925c33b08442dc6.tar.gz
Fix for qt-3.3.5
Diffstat (limited to 'net/kdenetwork3')
-rw-r--r--net/kdenetwork3/Makefile18
1 files changed, 16 insertions, 2 deletions
diff --git a/net/kdenetwork3/Makefile b/net/kdenetwork3/Makefile
index 1f41b38a76c..ee7f5290572 100644
--- a/net/kdenetwork3/Makefile
+++ b/net/kdenetwork3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2005/07/30 11:19:20 markd Exp $
+# $NetBSD: Makefile,v 1.44 2005/09/29 13:44:43 adam Exp $
DISTNAME= kdenetwork-${_KDE_VERSION}
CATEGORIES= net
@@ -41,6 +41,21 @@ post-configure:
${MV} Makefile Makefile.save; ${GREP} -v "^#>" Makefile.save > Makefile; \
${RM} Makefile.save)
+# 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= kopete/protocols/groupwise/ui/gwaccountpreferences.ui \
+ kopete/protocols/msn/ui/msneditaccountui.ui \
+ kopete/protocols/irc/ui/ircadd.ui \
+ kopete/protocols/irc/ui/irceditaccount.ui \
+ kopete/protocols/oscar/aim/ui/aimeditaccountui.ui \
+ kopete/protocols/oscar/icq/ui/icqeditaccountui.ui \
+ kopete/protocols/jabber/ui/dlgjabbereditaccountwidget.ui \
+ kopete/protocols/gadu/ui/gadueditaccountui.ui \
+ ksirc/KSOpenkSirc/open_ksircData.ui
+SUBST_FILTER_CMD.hints= ${GREP} -v includehint
+
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../converters/uulib/buildlink3.mk"
.include "../../databases/gdbm/buildlink3.mk"
@@ -49,5 +64,4 @@ post-configure:
.include "../../x11/kdebase3/buildlink3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
-
.include "../../mk/bsd.pkg.mk"