Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jan 2017 21:18:27 +0000 (UTC)
From:      Ganael LAPLANCHE <martymac@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r431703 - head/comms/rtl-sdr
Message-ID:  <201701162118.v0GLIRjY059173@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: martymac
Date: Mon Jan 16 21:18:27 2017
New Revision: 431703
URL: https://svnweb.freebsd.org/changeset/ports/431703

Log:
  Fix build with clang 4.0
  
  PR:		216048
  Submitted by:	jbeich

Modified:
  head/comms/rtl-sdr/Makefile

Modified: head/comms/rtl-sdr/Makefile
==============================================================================
--- head/comms/rtl-sdr/Makefile	Mon Jan 16 21:11:08 2017	(r431702)
+++ head/comms/rtl-sdr/Makefile	Mon Jan 16 21:18:27 2017	(r431703)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701162118.v0GLIRjY059173>