aboutsummaryrefslogtreecommitdiff
path: root/comms/gnuradio
diff options
context:
space:
mode:
authorGanael LAPLANCHE <martymac@FreeBSD.org>2023-11-14 15:48:29 +0000
committerGanael LAPLANCHE <martymac@FreeBSD.org>2023-11-14 15:49:58 +0000
commit2541ea0bebbc2fec04a11e297b9f619b680c9f49 (patch)
tree84dca3004109fa0e3e135dcf63fe18a8491bb1a9 /comms/gnuradio
parent2d3a933f04a9803cd58a7f72ad47826d13cf9f3d (diff)
downloadports-2541ea0bebbc2fec04a11e297b9f619b680c9f49.tar.gz
ports-2541ea0bebbc2fec04a11e297b9f619b680c9f49.zip
comms/gnuradio: Fix build after 833bce429aa8
Commit 833bce429aa8 indirectly broke comms/gnuradio, making the linker not find its libraries anymore: ld: error: unable to find library -lgsl ld: error: unable to find library -lgslcblas Fix build by adding ${LOCALBASE}/lib to LDFLAGS.
Diffstat (limited to 'comms/gnuradio')
-rw-r--r--comms/gnuradio/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/gnuradio/Makefile b/comms/gnuradio/Makefile
index f54a65fc9d88..a82842fb1c0f 100644
--- a/comms/gnuradio/Makefile
+++ b/comms/gnuradio/Makefile
@@ -74,6 +74,7 @@ USE_WX= 3.2
USE_QT= buildtools core gui xml qmake widgets
WX_COMPS= wx python:run
USE_LDCONFIG= yes
+LDFLAGS+= -L${LOCALBASE}/lib
LIBSTRIP_FILES= analog audio blocks channels digital dtv fec fft\
filter pmt qtgui runtime trellis video-sdl\
vocoder wavelet