pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/ham/gnuradio-core gnuradio-core: Remove invalid CMAKE_...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2f4e31a2110c
branches: trunk
changeset: 449725:2f4e31a2110c
user: nia <nia%pkgsrc.org@localhost>
date: Mon Apr 05 07:02:52 2021 +0000
description:
gnuradio-core: Remove invalid CMAKE_ARGS. This belongs in LDFLAGS.
diffstat:
ham/gnuradio-core/Makefile.common | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 22ee6484f4e1 -r 2f4e31a2110c ham/gnuradio-core/Makefile.common
--- a/ham/gnuradio-core/Makefile.common Mon Apr 05 06:55:18 2021 +0000
+++ b/ham/gnuradio-core/Makefile.common Mon Apr 05 07:02:52 2021 +0000
@@ -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_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)
Home |
Main Index |
Thread Index |
Old Index