svn commit: r459235 - head/net/hupnp

Tobias C. Berner tcberner at FreeBSD.org
Wed Jan 17 10:44:29 UTC 2018


Author: tcberner
Date: Wed Jan 17 10:44:28 2018
New Revision: 459235
URL: https://svnweb.freebsd.org/changeset/ports/459235

Log:
  net/hupnp fix build with clang6
  
  PR:		224669

Modified:
  head/net/hupnp/Makefile

Modified: head/net/hupnp/Makefile
==============================================================================
--- head/net/hupnp/Makefile	Wed Jan 17 10:38:06 2018	(r459234)
+++ head/net/hupnp/Makefile	Wed Jan 17 10:44:28 2018	(r459235)
@@ -3,7 +3,7 @@
 
 PORTNAME=	hupnp
 PORTVERSION=	1.0.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net devel
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 DISTNAME=	herqq-${PORTVERSION}
@@ -17,6 +17,7 @@ LICENSE_FILE=	${WRKSRC}/hupnp/LICENSE_LGPLv3.txt
 USES=		gmake qmake zip
 USE_QT4=	corelib network xml dbus gui \
 		moc_build rcc_build uic_build
+USE_CXXSTD=	gnu++98
 
 QMAKE_ARGS=	"CONFIG+=DISABLE_AVTESTAPP DISABLE_TESTAPP"
 


More information about the svn-ports-all mailing list