pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/kdegraphics3 qt-3.3.5 fix



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7af9e21a4553
branches:  trunk
changeset: 499911:7af9e21a4553
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Sep 29 10:24:59 2005 +0000

description:
qt-3.3.5 fix

diffstat:

 graphics/kdegraphics3/Makefile |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 405a741df1a9 -r 7af9e21a4553 graphics/kdegraphics3/Makefile
--- a/graphics/kdegraphics3/Makefile    Wed Sep 28 23:24:35 2005 +0000
+++ b/graphics/kdegraphics3/Makefile    Thu Sep 29 10:24:59 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2005/04/11 21:46:05 tv Exp $
+# $NetBSD: Makefile,v 1.49 2005/09/29 10:24:59 adam Exp $
 
 DISTNAME=      kdegraphics-${_KDE_VERSION}
 CATEGORIES=    graphics
@@ -17,6 +17,14 @@
 # Ensure we export symbols in the linked shared object.
 LDFLAGS+=              ${EXPORT_SYMBOLS_LDFLAGS}
 
+# 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=     ksnapshot/ksnapshotwidget.ui \
+                       kviewshell/pageSizeWidget_base.ui
+SUBST_FILTER_CMD.hints=        ${GREP} -v includehint
+
 .include "../../meta-pkgs/kde3/kde3.mk"
 .include "../../converters/fribidi/buildlink3.mk"
 .include "../../devel/libgphoto2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index