Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Apr 2017 11:10:31 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r437774 - head/editors/textroom
Message-ID:  <201704051110.v35BAVLX020422@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Apr  5 11:10:31 2017
New Revision: 437774
URL: https://svnweb.freebsd.org/changeset/ports/437774

Log:
  Fix build with recent sigc++20

Modified:
  head/editors/textroom/Makefile

Modified: head/editors/textroom/Makefile
==============================================================================
--- head/editors/textroom/Makefile	Wed Apr  5 11:10:09 2017	(r437773)
+++ head/editors/textroom/Makefile	Wed Apr  5 11:10:31 2017	(r437774)
@@ -16,7 +16,8 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libhunspell-1.6.so:textproc/hunspell \
 		libxml++-2.6.so:textproc/libxml++26
 
-USES=		desktop-file-utils pkgconfig qmake
+USES=		compiler:c++11-lang desktop-file-utils pkgconfig qmake
+USE_CXXSTD=	c++11
 USE_GL=		gl
 USE_SDL=	mixer
 USE_QT4=	moc_build rcc_build uic_build \



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