svn commit: r431850 - branches/2017Q1/comms/rtl-sdr

Jan Beich jbeich at FreeBSD.org
Thu Jan 19 05:36:27 UTC 2017


Author: jbeich
Date: Thu Jan 19 05:36:25 2017
New Revision: 431850
URL: https://svnweb.freebsd.org/changeset/ports/431850

Log:
  MFH: r431703 by martymac
  
  Fix build with clang 4.0
  
  PR:		216048
  Submitted by:	jbeich
  Approved by:	ports-secteam blanket

Modified:
  branches/2017Q1/comms/rtl-sdr/Makefile
Directory Properties:
  branches/2017Q1/   (props changed)

Modified: branches/2017Q1/comms/rtl-sdr/Makefile
==============================================================================
--- branches/2017Q1/comms/rtl-sdr/Makefile	Thu Jan 19 05:33:19 2017	(r431849)
+++ branches/2017Q1/comms/rtl-sdr/Makefile	Thu Jan 19 05:36:25 2017	(r431850)
@@ -3,7 +3,7 @@
 
 PORTNAME=	rtl-sdr
 PORTVERSION=	20140210
-PORTREVISION=	8
+PORTREVISION=	9
 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