pkgsrc-Changes archive

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

CVS commit: pkgsrc/ham/freedv



Module Name:    pkgsrc
Committed By:   gdt
Date:           Mon Aug 19 17:20:37 UTC 2024

Modified Files:
        pkgsrc/ham/freedv: Makefile

Log Message:
ham/freedv: USE_CMAKE exorcism


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/ham/freedv/Makefile

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

Modified files:

Index: pkgsrc/ham/freedv/Makefile
diff -u pkgsrc/ham/freedv/Makefile:1.36 pkgsrc/ham/freedv/Makefile:1.37
--- pkgsrc/ham/freedv/Makefile:1.36     Sun Apr  7 07:34:22 2024
+++ pkgsrc/ham/freedv/Makefile  Mon Aug 19 17:20:37 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2024/04/07 07:34:22 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2024/08/19 17:20:37 gdt Exp $
 
 DISTNAME=      freedv-1.4.2
 PKGREVISION=   13
@@ -15,10 +15,8 @@ LICENSE=     gnu-lgpl-v2.1
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c c++
 
-USE_CMAKE=     yes
-CONFIGURE_DIRS=        build
-CMAKE_ARG_PATH=        ..
-CMAKE_ARGS+=   -DCMAKE_BUILD_TYPE=Release
+.include "../../devel/cmake/build.mk"
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_BUILD_TYPE=Release
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index