pkgsrc-Changes archive

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

CVS commit: pkgsrc/ham/codec2



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

Modified Files:
        pkgsrc/ham/codec2: Makefile

Log Message:
ham/codec2: USE_CMAKE exorcism


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/ham/codec2/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/codec2/Makefile
diff -u pkgsrc/ham/codec2/Makefile:1.6 pkgsrc/ham/codec2/Makefile:1.7
--- pkgsrc/ham/codec2/Makefile:1.6      Sun Nov 29 23:10:25 2020
+++ pkgsrc/ham/codec2/Makefile  Mon Aug 19 17:19:32 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2020/11/29 23:10:25 dbj Exp $
+# $NetBSD: Makefile,v 1.7 2024/08/19 17:19:32 gdt Exp $
 #
 
 # https://github.com/drowe67/codec2/archive/v0.9.2.tar.gz
@@ -15,13 +15,8 @@ LICENSE=     gnu-lgpl-v2.1
 
 USE_LANGUAGES= c
 
-USE_CMAKE=     yes
-CONFIGURE_DIRS=        build
-CMAKE_ARG_PATH=        ..
-CMAKE_ARGS+=   -DCMAKE_BUILD_TYPE=Release
-
-pre-configure:
-       cd ${WRKSRC} && mkdir build
+.include "../../devel/cmake/build.mk"
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_BUILD_TYPE=Release
 
 # XXX this creates a circular dependency between
 # lpcnetfreedv and codec2 that requires bootstrapping



Home | Main Index | Thread Index | Old Index