View | Details | Raw Unified | Return to bug 216048 | Differences between
and this patch

Collapse All | Expand All

(-)b/comms/rtl-sdr/Makefile (-1 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	rtl-sdr
4
PORTNAME=	rtl-sdr
5
PORTVERSION=	20140210
5
PORTVERSION=	20140210
6
PORTREVISION=	9
6
PORTREVISION=	10
7
CATEGORIES=	comms hamradio
7
CATEGORIES=	comms hamradio
8
MASTER_SITES=	http://contribs.martymac.org/FreeBSD-ports/distfiles/ \
8
MASTER_SITES=	http://contribs.martymac.org/FreeBSD-ports/distfiles/ \
9
		LOCAL/martymac
9
		LOCAL/martymac
Lines 16-21 LICENSE= GPLv2 Link Here
16
USES=		autoreconf gmake pkgconfig libtool pathfix tar:tgz
16
USES=		autoreconf gmake pkgconfig libtool pathfix tar:tgz
17
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
18
INSTALL_TARGET=	install-strip
18
INSTALL_TARGET=	install-strip
19
CFLAGS+=	-fgnu89-inline
19
CPPFLAGS+=	-I${LOCALBASE}/include
20
CPPFLAGS+=	-I${LOCALBASE}/include
20
LDFLAGS+=	-L${LOCALBASE}/lib
21
LDFLAGS+=	-L${LOCALBASE}/lib
21
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes

Return to bug 216048