pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/khtml
Module Name: pkgsrc
Committed By: nia
Date: Sat Sep 24 07:51:14 UTC 2022
Modified Files:
pkgsrc/www/khtml: Makefile
Log Message:
khtml: appears to build alloca-using code with std=c++1z
To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pkgsrc/www/khtml/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/khtml/Makefile
diff -u pkgsrc/www/khtml/Makefile:1.67 pkgsrc/www/khtml/Makefile:1.68
--- pkgsrc/www/khtml/Makefile:1.67 Sat Sep 17 21:34:01 2022
+++ pkgsrc/www/khtml/Makefile Sat Sep 24 07:51:14 2022
@@ -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 @@ USE_TOOLS+= perl msgfmt
# 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