aboutsummaryrefslogtreecommitdiff
path: root/comms/rtl-sdr
diff options
context:
space:
mode:
authorGanael LAPLANCHE <martymac@FreeBSD.org>2017-01-16 21:18:27 +0000
committerGanael LAPLANCHE <martymac@FreeBSD.org>2017-01-16 21:18:27 +0000
commit6b27edfc052a4a7c1ffda25689a671e6b90f7b1f (patch)
tree8ac35784efa3e1b4cf1a546ab701d77b1b926bd9 /comms/rtl-sdr
parent3ea4191a368f36e633bf3994d7979ba651bd328e (diff)
downloadports-6b27edfc052a4a7c1ffda25689a671e6b90f7b1f.tar.gz
ports-6b27edfc052a4a7c1ffda25689a671e6b90f7b1f.zip
Fix build with clang 4.0
PR: 216048 Submitted by: jbeich
Notes
Notes: svn path=/head/; revision=431703
Diffstat (limited to 'comms/rtl-sdr')
-rw-r--r--comms/rtl-sdr/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/rtl-sdr/Makefile b/comms/rtl-sdr/Makefile
index 1564fbdeae11..98705f8cb3c9 100644
--- a/comms/rtl-sdr/Makefile
+++ b/comms/rtl-sdr/Makefile
@@ -3,7 +3,7 @@
PORTNAME= rtl-sdr
PORTVERSION= 20140210
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= comms hamradio
MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \
LOCAL/martymac
@@ -16,6 +16,7 @@ LICENSE= GPLv2
USES= autoreconf gmake pkgconfig libtool pathfix tar:tgz
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
+CFLAGS+= -fgnu89-inline
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes