pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/koffice Fix for qt-3.3.5
details: https://anonhg.NetBSD.org/pkgsrc/rev/4d4aae786950
branches: trunk
changeset: 500033:4d4aae786950
user: adam <adam%pkgsrc.org@localhost>
date: Sat Oct 01 11:40:55 2005 +0000
description:
Fix for qt-3.3.5
diffstat:
misc/koffice/Makefile | 21 ++++++++++++++++++---
1 files changed, 18 insertions(+), 3 deletions(-)
diffs (43 lines):
diff -r b72913c448c9 -r 4d4aae786950 misc/koffice/Makefile
--- a/misc/koffice/Makefile Sat Oct 01 10:56:43 2005 +0000
+++ b/misc/koffice/Makefile Sat Oct 01 11:40:55 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2005/07/25 21:08:29 kristerw Exp $
+# $NetBSD: Makefile,v 1.64 2005/10/01 11:40:55 adam Exp $
DISTNAME= koffice-1.4.1
CATEGORIES= misc kde
@@ -16,9 +16,9 @@
# to unpack krita/plugins/convolutionfilters properly on NetBSD 1.6
EXTRACT_USING= gtar
+USE_LIBTOOL= yes
USE_TOOLS+= gmake perl
-GNU_CONFIGURE= YES
-USE_LIBTOOL= YES
+GNU_CONFIGURE= yes
GCC_REQD+= 2.95.3
@@ -41,6 +41,21 @@
# 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= krita/ui/widgets/kis_wdg_autogradient.ui \
+ krita/ui/kis_previewwidgetbase.ui \
+ krita/ui/wdgnewimage.ui \
+ krita/ui/wdgcolorsettings.ui \
+ krita/ui/wdglayerbox.ui \
+ krita/plugins/screenshot/ksnapshotwidget.ui \
+ krita/plugins/convolutionfilters/kis_custom_convolution_filter_configuration_base_widget.ui \
+ krita/plugins/colorspaceconversion/wdgconvertcolorspace.ui \
+ kpresenter/imageEffectBase.ui
+SUBST_FILTER_CMD.hints= ${GREP} -v includehint
+
.include "options.mk"
post-install:
Home |
Main Index |
Thread Index |
Old Index