pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/editors/kate



Module Name:    pkgsrc
Committed By:   markd
Date:           Wed Aug 21 11:29:18 UTC 2024

Modified Files:
        pkgsrc/editors/kate: Makefile

Log Message:
kate: CMAKE_ARGS -> CMAKE_CONFIGURE_ARGS


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 pkgsrc/editors/kate/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/kate/Makefile
diff -u pkgsrc/editors/kate/Makefile:1.93 pkgsrc/editors/kate/Makefile:1.94
--- pkgsrc/editors/kate/Makefile:1.93   Fri Aug  9 09:42:13 2024
+++ pkgsrc/editors/kate/Makefile        Wed Aug 21 11:29:17 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.93 2024/08/09 09:42:13 ryoon Exp $
+# $NetBSD: Makefile,v 1.94 2024/08/21 11:29:17 markd Exp $
 
 DISTNAME=      kate-${KAPPSVER}
 PKGREVISION=   4
@@ -19,7 +19,7 @@ USE_CXX_FEATURES+=    charconv
 LDFLAGS.SunOS+=        -lsocket
 
 # PCH-enabled builds cause failures with RELRO enabled, e.g., on NetBSD 9.x.
-CMAKE_ARGS+=   -DBUILD_PCH=OFF
+CMAKE_CONFIGURE_ARGS+= -DBUILD_PCH=OFF
 
 # generation of kded.moc fails when ${PREFIX}/include in the moc include path
 SUBST_CLASSES+=                fix-moc



Home | Main Index | Thread Index | Old Index