pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/khtml khtml: Force HAVE_ALLOCA_H on SunOS.
details: https://anonhg.NetBSD.org/pkgsrc/rev/54dfbd647c4e
branches: trunk
changeset: 379275:54dfbd647c4e
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Fri May 13 21:41:35 2022 +0000
description:
khtml: Force HAVE_ALLOCA_H on SunOS.
diffstat:
www/khtml/Makefile | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diffs (28 lines):
diff -r 50feca857187 -r 54dfbd647c4e www/khtml/Makefile
--- a/www/khtml/Makefile Fri May 13 21:41:20 2022 +0000
+++ b/www/khtml/Makefile Fri May 13 21:41:35 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2022/04/25 08:19:44 markd Exp $
+# $NetBSD: Makefile,v 1.62 2022/05/13 21:41:35 jperkin Exp $
DISTNAME= khtml-${KF5VER}
CATEGORIES= www
@@ -12,13 +12,15 @@
USE_TOOLS+= perl msgfmt
+CMAKE_ARGS.SunOS+= -DHAVE_ALLOCA_H=1
+
# generation of kded.moc fails when ${PREFIX}/include in the moc include path
SUBST_CLASSES+= fix-moc
SUBST_STAGE.fix-moc= post-configure
SUBST_MESSAGE.fix-moc= Cleaning up MOC includes
-SUBST_FILES.fix-moc= _KDE_build/src/CMakeFiles/khtmlpart_autogen.dir/AutogenInfo.json
-SUBST_FILES.fix-moc+= _KDE_build/src/CMakeFiles/khtmlimagepart_autogen.dir/AutogenInfo.json
-SUBST_FILES.fix-moc+= _KDE_build/src/kmultipart/CMakeFiles/kmultipart_autogen.dir/AutogenInfo.json
+SUBST_FILES.fix-moc= _KDE_build/src/CMakeFiles/khtmlpart_autogen.dir/AutogenInfo.json
+SUBST_FILES.fix-moc+= _KDE_build/src/CMakeFiles/khtmlimagepart_autogen.dir/AutogenInfo.json
+SUBST_FILES.fix-moc+= _KDE_build/src/kmultipart/CMakeFiles/kmultipart_autogen.dir/AutogenInfo.json
SUBST_NOOP_OK.fix-moc= yes
SUBST_SED.fix-moc= -e 's;"${PREFIX}/include",;;g'
Home |
Main Index |
Thread Index |
Old Index