summaryrefslogtreecommitdiff
path: root/x11/kdebase3
diff options
context:
space:
mode:
authoradam <adam>2005-09-28 10:47:18 +0000
committeradam <adam>2005-09-28 10:47:18 +0000
commitdd089ff5e5e3348d98e3f51b46827dd9de3058b9 (patch)
treef6bf851d127336b2fd063ba285711ba8de77da0b /x11/kdebase3
parentd6e4faa72795f54cb4ec6e2563ca62f1037b0212 (diff)
downloadpkgsrc-dd089ff5e5e3348d98e3f51b46827dd9de3058b9.tar.gz
Fix building with qt-3.3.5 (based on KDE web-site)
Diffstat (limited to 'x11/kdebase3')
-rw-r--r--x11/kdebase3/Makefile17
1 files changed, 12 insertions, 5 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile
index 3b79d27d556..a50f4e2a8b0 100644
--- a/x11/kdebase3/Makefile
+++ b/x11/kdebase3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.91 2005/09/22 08:41:18 markd Exp $
+# $NetBSD: Makefile,v 1.92 2005/09/28 10:47:18 adam Exp $
DISTNAME= kdebase-${_KDE_VERSION}
PKGREVISION= 2
@@ -19,9 +19,9 @@ PATCHFILES= post-3.4.2-kdebase-kcheckpass.diff
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
UNLIMIT_RESOURCES= datasize
-USE_TOOLS+= pkg-config
USE_DIRS+= xdg-1.2
-USE_PKGINSTALL= YES
+USE_PKGINSTALL= yes
+USE_TOOLS+= pkg-config
CONFIGURE_ARGS+= --with-ssl-dir="${BUILDLINK_PREFIX.openssl}"
CONFIGURE_ARGS+= --with-ldap="${BUILDLINK_PREFIX.openldap}"
@@ -31,8 +31,7 @@ CONFIGURE_ARGS+= --without-lame
CONFIGURE_ARGS+= --without-vorbis
CONFIGURE_ARGS+= --without-java
-REPLACE_PERL= \
- kcontrol/fileshare/fileshareset \
+REPLACE_PERL= kcontrol/fileshare/fileshareset \
kcontrol/keys/convertShortcuts.pl \
khelpcenter/searchhandlers/khc_htdig.pl \
khelpcenter/searchhandlers/khc_htsearch.pl \
@@ -123,6 +122,14 @@ SUBST_SED.varlock= s:/var/lock:/var/spool/lock:
.endif
.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= khotkeys/kcontrol/ui/*.ui
+SUBST_FILTER_CMD.hints= ${GREP} -v includehint
+
+
pre-configure:
cd ${WRKSRC}; \
files="kcontrol/kdm/main.cpp kioslave/info/kde-info2html.conf"; \