pkgsrc-WIP-changes archive

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

(ham/gnuradio-monolithic) Reducing pkglint WARNING



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Sun Apr 9 10:59:49 2023 +0900
Changeset:	a541b34bcd7313374d1880940968fe219e1fa219

Modified Files:
	gnuradio-monolithic/Makefile
	gnuradio-monolithic/buildlink3.mk

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

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

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

diffstat:
 gnuradio-monolithic/Makefile      | 6 +++---
 gnuradio-monolithic/buildlink3.mk | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/gnuradio-monolithic/Makefile b/gnuradio-monolithic/Makefile
index 43c6a99681..0c0f4ec5c3 100644
--- a/gnuradio-monolithic/Makefile
+++ b/gnuradio-monolithic/Makefile
@@ -148,15 +148,15 @@ BUILDLINK_API_DEPENDS.py-pybind11+=	${PYPKGPREFIX}-pybind11>=2.6.0
 .include "../../textproc/fmtlib/buildlink3.mk"
 .include "../../x11/gtk3/buildlink3.mk"
 
-TOOL_DEPENDS+=      tex-newunicodechar-[0-9]*:../../print/tex-newunicodechar
+TOOL_DEPENDS+=	tex-newunicodechar-[0-9]*:../../print/tex-newunicodechar
 
 #CONF_FILES+=	${EGDIR}/gnuradio-runtime.conf	${PKG_SYSCONFDIR}/gnuradio-runtime.conf
 #CONF_FILES+=	${EGDIR}/gr-audio-jack.conf	${PKG_SYSCONFDIR}/gr-audio-jack.conf
 #CONF_FILES+=	${EGDIR}/gr-audio-portaudio.conf ${PKG_SYSCONFDIR}/gr-audio-portaudio.conf
 #CONF_FILES+=	${EGDIR}/gr-audio.conf		${PKG_SYSCONFDIR}/gr-audio.conf
 
-CMAKE_ARGS+=      -DENABLE_GR_VIDEO_SDL=ON
-CMAKE_ARGS+=      -DSDL_INCLUDE_DIR=${PREFIX}/include/SDL
+CMAKE_ARGS+=	-DENABLE_GR_VIDEO_SDL=ON
+CMAKE_ARGS+=	-DSDL_INCLUDE_DIR=${PREFIX}/include/SDL
 
 # Take care CONF_FILES stuff (The same code in Nocore.mk)
 #post-install:
diff --git a/gnuradio-monolithic/buildlink3.mk b/gnuradio-monolithic/buildlink3.mk
index 945d55fc22..3a94f639fc 100644
--- a/gnuradio-monolithic/buildlink3.mk
+++ b/gnuradio-monolithic/buildlink3.mk
@@ -2,7 +2,7 @@
 
 BUILDLINK_TREE+=	gnuradio-monolithic
 
-.if !defined(GNURADIO_CORE_BUILDLINK3_MK)
+.if !defined(GNURADIO_MONOLITHIC_BUILDLINK3_MK)
 GNURADIO_MONOLITHIC_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.gnuradio-monolithic+=	gnuradio-core>=3.10.2


Home | Main Index | Thread Index | Old Index