svn commit: r437774 - head/editors/textroom

Baptiste Daroussin bapt at FreeBSD.org
Wed Apr 5 11:10:32 UTC 2017


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 \


More information about the svn-ports-head mailing list