svn commit: r431703 - head/comms/rtl-sdr

Ganael LAPLANCHE martymac at FreeBSD.org
Mon Jan 16 21:18:28 UTC 2017


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


More information about the svn-ports-all mailing list