pkgsrc-WIP-changes archive

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

(ham/gnuradio-monolithic) Reducing more pkglint WARNING



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Sun Apr 9 11:25:57 2023 +0900
Changeset:	721d8709e6714d7896865e1b4928e961a861f5e5

Modified Files:
	gnuradio-monolithic/Makefile

Log Message:
(ham/gnuradio-monolithic) Reducing more pkglint WARNING

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=721d8709e6714d7896865e1b4928e961a861f5e5

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

diffstat:
 gnuradio-monolithic/Makefile | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diffs:
diff --git a/gnuradio-monolithic/Makefile b/gnuradio-monolithic/Makefile
index 0c0f4ec5c3..37248c2cb5 100644
--- a/gnuradio-monolithic/Makefile
+++ b/gnuradio-monolithic/Makefile
@@ -39,9 +39,6 @@ DEPENDS+=	${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
 DEPENDS+=	${PYPKGPREFIX}-mako-[0-9]*:../../devel/py-mako
 DEPENDS+=	${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
 
-DISTINFO_FILE=	${.CURDIR}/../../ham/gnuradio-core/distinfo
-PATCHDIR=	${.CURDIR}/../../ham/gnuradio-core/patches
-
 # see CMakeLists.txt GR_PYTHON_MIN_VERSION
 PYTHON_VERSIONS_INCOMPATIBLE=	27 37 # py-scipy
 
@@ -86,6 +83,12 @@ CMAKE_ARGS+=	-Wno-dev
 CMAKE_ARGS+=	-DCMAKE_BUILD_WITH_INSTALL_RPATH=TRUE
 CMAKE_ARGS+=	-DCMAKE_INCLUDE_PATH=${PREFIX}/include/portaudio2
 CMAKE_ARGS+=	-DCMAKE_LIBRARY_PATH=${PREFIX}/lib/portaudio2
+#MAKE_ARGS+=	-DCMAKE_MAN_PATH=${PREFIX}/man
+CMAKE_ARGS+=	-DCMAKE_INSTALL_RPATH=${PREFIX}/lib:${PREFIX}/lib/portaudio2
+CMAKE_ARGS+=	-DCMAKE_INSTALL_RPATH_USE_LINK_PATH=TRUE
+CMAKE_ARGS+=	-Dpybind11_DIR=${PREFIX}/${PYSITELIB}/pybind11/share/cmake/pybind11
+
+CMAKE_ARGS+=	-DGR_LIBRARY_DIR=${PREFIX}/lib
 CMAKE_ARGS+=	-DCMAKE_INSTALL_RPATH=${PREFIX}/lib:${PREFIX}/lib/portaudio2
 CMAKE_ARGS+=	-DCMAKE_INSTALL_RPATH_USE_LINK_PATH=TRUE
 CMAKE_ARGS+=	-Dpybind11_DIR=${PREFIX}/${PYSITELIB}/pybind11/share/cmake/pybind11


Home | Main Index | Thread Index | Old Index