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:   markd
Date:           Wed Aug 21 11:40:17 UTC 2024

Modified Files:
        pkgsrc/www/khtml: Makefile

Log Message:
khtml: CMAKE_ARGS -> CMAKE_CONFIGURE_ARGS


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 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.85 pkgsrc/www/khtml/Makefile:1.86
--- pkgsrc/www/khtml/Makefile:1.85      Fri Aug  9 09:42:38 2024
+++ pkgsrc/www/khtml/Makefile   Wed Aug 21 11:40:17 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.85 2024/08/09 09:42:38 ryoon Exp $
+# $NetBSD: Makefile,v 1.86 2024/08/21 11:40:17 markd Exp $
 
 DISTNAME=      khtml-${KF5VER}
 PKGREVISION=   1
@@ -17,7 +17,7 @@ BUILDLINK_TRANSFORM+= opt:-std=c99:-std=
 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
+CMAKE_CONFIGURE_ARGS.SunOS+=   -DHAVE_ALLOCA_H=1
 
 # generation of kded.moc fails when ${PREFIX}/include in the moc include path
 SUBST_CLASSES+=                fix-moc



Home | Main Index | Thread Index | Old Index