forked from Lainports/freebsd-ports
comms/gnuradio: Fix build after 833bce429a
Commit 833bce429a indirectly broke comms/gnuradio, making the linker
not find its libraries anymore:
ld: error: unable to find library -lgsl
ld: error: unable to find library -lgslcblas
Fix build by adding ${LOCALBASE}/lib to LDFLAGS.
This commit is contained in:
parent
2d3a933f04
commit
2541ea0beb
1 changed files with 1 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue