View | Details | Raw Unified | Return to bug 255725
Collapse All | Expand All

(-)b/comms/rtl-sdr/Makefile (-2 / +1 lines)
Lines 11-23 COMMENT= Command-line tool that performs SDR with RTL2832-based USB sticks Link Here
11
11
12
LICENSE=	GPLv2
12
LICENSE=	GPLv2
13
13
14
USES=		autoreconf gmake pkgconfig libtool pathfix tar:tgz
14
USES=		autoreconf pkgconfig libtool pathfix tar:tgz
15
15
16
USE_GITHUB=	yes
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	steve-m
17
GH_ACCOUNT=	steve-m
18
GH_PROJECT=	librtlsdr
18
GH_PROJECT=	librtlsdr
19
19
20
USE_CSTD=	gnu89
21
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
22
INSTALL_TARGET=	install-strip
21
INSTALL_TARGET=	install-strip
23
CPPFLAGS+=	-I${LOCALBASE}/include
22
CPPFLAGS+=	-I${LOCALBASE}/include

Return to bug 255725