summaryrefslogtreecommitdiff
path: root/ham
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-04-05 07:02:52 +0000
committernia <nia@pkgsrc.org>2021-04-05 07:02:52 +0000
commit51937ab8066cf3a33c3142618f6b5128bec7c144 (patch)
tree077090dde698431bf298cd31dc3471c1ed16920d /ham
parent3fb6c94eb55662662257918d1e8bd1a8b1033267 (diff)
downloadpkgsrc-51937ab8066cf3a33c3142618f6b5128bec7c144.tar.gz
gnuradio-core: Remove invalid CMAKE_ARGS. This belongs in LDFLAGS.
Diffstat (limited to 'ham')
-rw-r--r--ham/gnuradio-core/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/ham/gnuradio-core/Makefile.common b/ham/gnuradio-core/Makefile.common
index fd09a6866ca..c953e523928 100644
--- a/ham/gnuradio-core/Makefile.common
+++ b/ham/gnuradio-core/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.30 2021/01/01 09:08:42 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.31 2021/04/05 07:02:52 nia Exp $
# This Makefile fragment is included in the package Makefiles for
# GNU Radio distributed packages (they all share common configure and build
# settings).
@@ -98,7 +98,7 @@ CMAKE_ARGS+= -DCMAKE_INSTALL_RPATH=${PREFIX}/lib:${PREFIX}/lib/portaudio2
CMAKE_ARGS+= -DCMAKE_INSTALL_RPATH_USE_LINK_PATH=TRUE
CMAKE_ARGS+= -DLIBUSB_INCLUDE_DIR=${PREFIX}/include/libusb-1.0
-CMAKE_ARGS+= -DGR_LIBRARY_DIR=${PREFIX}/lib -lrt
+CMAKE_ARGS+= -DGR_LIBRARY_DIR=${PREFIX}/lib
CMAKE_ARGS+= -DGR_PREFSDIR=${PREFIX}/share/gnuradio/examples/
# adhoc setup not to pick non default version (say python3.6)