svn commit: r485736 - head/editors/tea

Mark Linimon linimon at FreeBSD.org
Sat Nov 24 09:00:47 UTC 2018


Author: linimon
Date: Sat Nov 24 09:00:46 2018
New Revision: 485736
URL: https://svnweb.freebsd.org/changeset/ports/485736

Log:
  Add compiler:c++11-lang to USES to fix build on gcc-based archs.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/editors/tea/Makefile

Modified: head/editors/tea/Makefile
==============================================================================
--- head/editors/tea/Makefile	Sat Nov 24 08:58:51 2018	(r485735)
+++ head/editors/tea/Makefile	Sat Nov 24 09:00:46 2018	(r485736)
@@ -11,9 +11,7 @@ COMMENT=	Simple and powerful Qt-based text editor
 
 LICENSE=	GPLv3
 
-BROKEN_powerpc64=	fails to link: spellchecker.o:(.text+0xd2c): undefined reference to Hunspell::remove(std::string const&)
-
-USES=		gl pkgconfig:build qmake
+USES=		compiler:c++11-lang gl pkgconfig:build qmake
 
 OPTIONS_SINGLE=	TOOLKITS
 OPTIONS_SINGLE_TOOLKITS=	QT4 QT5


More information about the svn-ports-all mailing list