pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/kcoreaddons
Module Name: pkgsrc
Committed By: markd
Date: Wed Aug 21 11:22:22 UTC 2024
Modified Files:
pkgsrc/devel/kcoreaddons: Makefile
Log Message:
kcoreaddons: CMAKE_ARGS -> CMAKE_CONFIGURE_ARGS
To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 pkgsrc/devel/kcoreaddons/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/kcoreaddons/Makefile
diff -u pkgsrc/devel/kcoreaddons/Makefile:1.74 pkgsrc/devel/kcoreaddons/Makefile:1.75
--- pkgsrc/devel/kcoreaddons/Makefile:1.74 Fri Jun 7 23:55:42 2024
+++ pkgsrc/devel/kcoreaddons/Makefile Wed Aug 21 11:22:22 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.74 2024/06/07 23:55:42 markd Exp $
+# $NetBSD: Makefile,v 1.75 2024/08/21 11:22:22 markd Exp $
DISTNAME= kcoreaddons-${KF5VER}
CATEGORIES= devel
@@ -9,11 +9,12 @@ LICENSE= gnu-lgpl-v2 AND gnu-lgpl-v2.1 A
.include "../../meta-pkgs/kde/kf5.mk"
-CMAKE_ARGS.SunOS+= -DENABLE_INOTIFY=OFF
LDFLAGS.SunOS+= -lsocket
.if ${OPSYS} != "SunOS"
.include "../../devel/libinotify/buildlink3.mk"
+.else
+CMAKE_CONFIGURE_ARGS+= -DENABLE_INOTIFY=OFF
.endif
.include "../../databases/shared-mime-info/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index