pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/khtml khtml: appears to build alloca-using code wi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ab4681a843a3
branches: trunk
changeset: 385685:ab4681a843a3
user: nia <nia%pkgsrc.org@localhost>
date: Sat Sep 24 07:51:14 2022 +0000
description:
khtml: appears to build alloca-using code with std=c++1z
diffstat:
www/khtml/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 5fad3ee246a5 -r ab4681a843a3 www/khtml/Makefile
--- a/www/khtml/Makefile Sat Sep 24 07:49:55 2022 +0000
+++ b/www/khtml/Makefile Sat Sep 24 07:51:14 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2022/09/17 21:34:01 he Exp $
+# $NetBSD: Makefile,v 1.68 2022/09/24 07:51:14 nia Exp $
DISTNAME= khtml-${KF5VER}
PKGREVISION= 4
@@ -15,6 +15,7 @@
# Need gnu variant for built-in alloca()
BUILDLINK_TRANSFORM+= opt:-std=c99:-std=gnu99
BUILDLINK_TRANSFORM+= opt:-std=c++17:-std=gnu++17
+BUILDLINK_TRANSFORM+= opt:-std=c++1z:-std=gnu++1z
CMAKE_ARGS.SunOS+= -DHAVE_ALLOCA_H=1
Home |
Main Index |
Thread Index |
Old Index