Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Nov 2018 09:00:46 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r485736 - head/editors/tea
Message-ID:  <201811240900.wAO90koW035123@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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