pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/ham/soapy-sdr
Module Name:    pkgsrc
Committed By:   gdt
Date:           Mon Aug 19 17:37:32 UTC 2024
Modified Files:
        pkgsrc/ham/soapy-sdr: Makefile
Log Message:
ham/soapy-sdr: USE_CMAKE exorcism
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/ham/soapy-sdr/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/soapy-sdr/Makefile
diff -u pkgsrc/ham/soapy-sdr/Makefile:1.4 pkgsrc/ham/soapy-sdr/Makefile:1.5
--- pkgsrc/ham/soapy-sdr/Makefile:1.4   Sat Oct  8 13:25:34 2022
+++ pkgsrc/ham/soapy-sdr/Makefile       Mon Aug 19 17:37:32 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2022/10/08 13:25:34 adam Exp $
+# $NetBSD: Makefile,v 1.5 2024/08/19 17:37:32 gdt Exp $
 
 DISTNAME=      soapy-sdr-0.8.1
 CATEGORIES=    ham
@@ -11,11 +11,11 @@ HOMEPAGE=   https://github.com/pothosware/
 COMMENT=       Vendor and platform neutral SDR support library
 LICENSE=       boost-license
 
-USE_CMAKE=     yes
 USE_LANGUAGES+=        c c++
 USE_TOOLS+=    pkg-config
 
-# Do not use /lib64
+.include "../../devel/cmake/build.mk"
+# Do not use /lib64.  \todo File upstream bug.
 CMAKE_ARGS+=   -DLIB_SUFFIX=""
 
 SUBST_CLASSES+=                getopt
Home |
Main Index |
Thread Index |
Old Index