Skip to content

Commit

Permalink
comms/gnuradio: Switch to 'USES' for LDCONFIG patch
Browse files Browse the repository at this point in the history
This improves commit 2541ea0: use USES=localbase:ldflags instead of
direct modification of LDCONFIG.

Reported by: eduardo via ports-committers@
  • Loading branch information
martymac committed Nov 15, 2023
1 parent 2af5559 commit 2215152
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions comms/gnuradio/Makefile
Expand Up @@ -48,8 +48,8 @@ LIB_DEPENDS= libcodec2.so:audio/codec2 \
RUN_DEPENDS:= ${BUILD_DEPENDS}

USES= cmake compiler:c++11-lang desktop-file-utils fortran gnome \
iconv perl5 pkgconfig pyqt:5 python qt:5 shared-mime-info \
shebangfix
iconv localbase:ldflags perl5 pkgconfig pyqt:5 python \
qt:5 shared-mime-info shebangfix

SHEBANG_FILES= grc/scripts/freedesktop/grc_setup_freedesktop.in \
gnuradio-runtime/python/gnuradio/ctrlport/gr-ctrlport-monitor \
Expand All @@ -74,7 +74,6 @@ USE_WX= 3.2
USE_QT= buildtools core gui xml qmake widgets
WX_COMPS= wx python:run
USE_LDCONFIG= yes
LDFLAGS+= -L${LOCALBASE}/lib
LIBSTRIP_FILES= analog audio blocks channels digital dtv fec fft\
filter pmt qtgui runtime trellis video-sdl\
vocoder wavelet
Expand Down

0 comments on commit 2215152

Please sign in to comment.