pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/kf6-kcoreaddons
Module Name: pkgsrc
Committed By: markd
Date: Wed Aug 21 11:25:40 UTC 2024
Modified Files:
pkgsrc/devel/kf6-kcoreaddons: Makefile
Log Message:
kf6-kcoreaddons: CMAKE_ARGS -> CMAKE_CONFIGURE_ARGS
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/kf6-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/kf6-kcoreaddons/Makefile
diff -u pkgsrc/devel/kf6-kcoreaddons/Makefile:1.3 pkgsrc/devel/kf6-kcoreaddons/Makefile:1.4
--- pkgsrc/devel/kf6-kcoreaddons/Makefile:1.3 Sat Jun 15 06:22:40 2024
+++ pkgsrc/devel/kf6-kcoreaddons/Makefile Wed Aug 21 11:25:40 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2024/06/15 06:22:40 jperkin Exp $
+# $NetBSD: Makefile,v 1.4 2024/08/21 11:25:40 markd Exp $
DISTNAME= kcoreaddons-${KF6VER}
PKGREVISION= 1
@@ -10,11 +10,12 @@ LICENSE= gnu-lgpl-v2 AND gnu-lgpl-v2.1 A
.include "../../meta-pkgs/kde/kf6.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