pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/libftdi1
Module Name: pkgsrc
Committed By: gdt
Date: Sat Jul 5 10:23:35 UTC 2025
Modified Files:
pkgsrc/devel/libftdi1: Makefile
Log Message:
libftdi1: Convert to cmake/build.mk
(No apparent change in output.)
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/devel/libftdi1/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/libftdi1/Makefile
diff -u pkgsrc/devel/libftdi1/Makefile:1.54 pkgsrc/devel/libftdi1/Makefile:1.55
--- pkgsrc/devel/libftdi1/Makefile:1.54 Mon May 5 22:14:13 2025
+++ pkgsrc/devel/libftdi1/Makefile Sat Jul 5 10:23:35 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2025/05/05 22:14:13 gdt Exp $
+# $NetBSD: Makefile,v 1.55 2025/07/05 10:23:35 gdt Exp $
DISTNAME= libftdi1-1.5
PKGREVISION= 10
@@ -16,10 +16,11 @@ LICENSE= gnu-lgpl-v2.1
# changed.
TOOL_DEPENDS+= swig3-[0-9]*:../../devel/swig3
-USE_CMAKE= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
+.include "../../devel/cmake/build.mk"
+
CMAKE_CONFIGURE_ARGS+= -Wno-dev
CMAKE_CONFIGURE_ARGS+= -DEXAMPLES=off
CMAKE_CONFIGURE_ARGS+= -DDOCUMENTATION=off
Home |
Main Index |
Thread Index |
Old Index