diff options
author | martymac <martymac@FreeBSD.org> | 2017-01-17 05:18:27 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2017-01-17 05:18:27 +0800 |
commit | 5e16e03e8c4c96b0708f8e2b00e0c1c8fb2c53ca (patch) | |
tree | 8ac35784efa3e1b4cf1a546ab701d77b1b926bd9 /comms | |
parent | a5127ccd800ad7f697d25d5e71186116d4870c62 (diff) | |
download | freebsd-ports-gnome-5e16e03e8c4c96b0708f8e2b00e0c1c8fb2c53ca.tar.gz freebsd-ports-gnome-5e16e03e8c4c96b0708f8e2b00e0c1c8fb2c53ca.tar.zst freebsd-ports-gnome-5e16e03e8c4c96b0708f8e2b00e0c1c8fb2c53ca.zip |
Fix build with clang 4.0
PR: 216048
Submitted by: jbeich
Diffstat (limited to 'comms')
-rw-r--r-- | comms/rtl-sdr/Makefile | 3 |
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 |