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: do not use lib64



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f9b674a8e5b5
branches:  trunk
changeset: 452755:f9b674a8e5b5
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat May 15 10:09:06 2021 +0000

description:
gnuradio-core: do not use lib64

diffstat:

 ham/gnuradio-core/Makefile.common |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 24203da0251f -r f9b674a8e5b5 ham/gnuradio-core/Makefile.common
--- a/ham/gnuradio-core/Makefile.common Sat May 15 09:50:08 2021 +0000
+++ b/ham/gnuradio-core/Makefile.common Sat May 15 10:09:06 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.33 2021/04/29 23:30:14 thor Exp $
+# $NetBSD: Makefile.common,v 1.34 2021/05/15 10:09:06 nia Exp $
 # This Makefile fragment is included in the package Makefiles for
 # GNU Radio distributed packages (they all share common configure and build
 # settings).
@@ -83,6 +83,8 @@
 CMAKE_ARGS+=   -DENABLE_VOLK=ON -DENABLE_INTERNAL_VOLK=OFF
 CMAKE_ARGS+=   -DCMAKE_HAVE_PTHREADS_CREATE=OFF
 
+CMAKE_ARGS+=   -DLIB_SUFFIX=""
+
 # Default setting (for pkgsrc)
 CMAKE_ARGS+=   -Wno-dev
 CMAKE_ARGS+=   -DCMAKE_BUILD_WITH_INSTALL_RPATH=TRUE
@@ -98,7 +100,7 @@
 
 # adhoc setup not to pick non default version (say python3.6)
 # at configure
-#MAKE_ARGS+=   -DPYTHON_EXECUTABLE=${PREFIX}/bin/python${PYVERSSUFFIX}
+#CMAKE_ARGS+=  -DPYTHON_EXECUTABLE=${PREFIX}/bin/python${PYVERSSUFFIX}
 
 CMAKE_ARGS+=   -DZEROMQ_INCLUDE_DIRS=${PREFIX}/include
 CMAKE_ARG_PATH=        ../



Home | Main Index | Thread Index | Old Index