Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Oct 2022 18:19:24 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4e1de70893d0 - main - comms/hackrf: Fix build by adding math/fftw3-float dependency
Message-ID:  <202210041819.294IJOtT086970@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4e1de70893d01430744e856b117016cb2cf7c03c

commit 4e1de70893d01430744e856b117016cb2cf7c03c
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-10-04 14:31:18 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-10-04 18:19:22 +0000

    comms/hackrf: Fix build by adding math/fftw3-float dependency
    
    Reported by:    fallout
---
 comms/hackrf/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/comms/hackrf/Makefile b/comms/hackrf/Makefile
index 51a319c7b093..374a375a4464 100644
--- a/comms/hackrf/Makefile
+++ b/comms/hackrf/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	hackrf
 PORTVERSION=	2021.03.1
+PORTREVISION=	1
 CATEGORIES=	comms devel hamradio science security
 
 MAINTAINER=	tomek@cedro.info
@@ -8,7 +9,8 @@ WWW=		https://greatscottgadgets.com/hackrf/
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	libfftw3.so:math/fftw3
+LIB_DEPENDS=	libfftw3.so:math/fftw3 \
+		libfftw3f.so:math/fftw3-float
 
 USES=		cmake
 USE_GITHUB=	YES



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210041819.294IJOtT086970>