diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-02-05 11:30:43 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-02-05 11:30:43 +0800 |
commit | 049a660184fe081f435600236d94e8eb485d18aa (patch) | |
tree | 93388284748ce0e6799cc1c2ccd614f91eb18dd6 /comms | |
parent | f1fb85dfbddad16ab6f072ec8706abdc653cd615 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |