aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2017-02-05 11:30:43 +0800
committerjbeich <jbeich@FreeBSD.org>2017-02-05 11:30:43 +0800
commit049a660184fe081f435600236d94e8eb485d18aa (patch)
tree93388284748ce0e6799cc1c2ccd614f91eb18dd6 /comms
parentf1fb85dfbddad16ab6f072ec8706abdc653cd615 (diff)
downloadfreebsd-ports-gnome-049a660184fe081f435600236d94e8eb485d18aa.tar.gz
freebsd-ports-gnome-049a660184fe081f435600236d94e8eb485d18aa.tar.zst
freebsd-ports-gnome-049a660184fe081f435600236d94e8eb485d18aa.zip
Prefer -std=gnu89 over -fgnu89-inline
Diffstat (limited to 'comms')
-rw-r--r--comms/rtl-sdr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/rtl-sdr/Makefile b/comms/rtl-sdr/Makefile
index 98705f8cb3c9..ee9960e98da3 100644
--- a/comms/rtl-sdr/Makefile
+++ b/comms/rtl-sdr/Makefile
@@ -14,9 +14,9 @@ COMMENT= Commandline tool that performs SDR with RTL2832-based USB sticks
LICENSE= GPLv2
USES= autoreconf gmake pkgconfig libtool pathfix tar:tgz
+USE_CSTD= gnu89
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
-CFLAGS+= -fgnu89-inline
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes