pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/ham/gnuradio-core



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Apr  5 07:02:52 UTC 2021

Modified Files:
        pkgsrc/ham/gnuradio-core: Makefile.common

Log Message:
gnuradio-core: Remove invalid CMAKE_ARGS. This belongs in LDFLAGS.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/ham/gnuradio-core/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/ham/gnuradio-core/Makefile.common
diff -u pkgsrc/ham/gnuradio-core/Makefile.common:1.30 pkgsrc/ham/gnuradio-core/Makefile.common:1.31
--- pkgsrc/ham/gnuradio-core/Makefile.common:1.30       Fri Jan  1 09:08:42 2021
+++ pkgsrc/ham/gnuradio-core/Makefile.common    Mon Apr  5 07:02:52 2021
@@ -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=${PRE
 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