Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Mar 2019 23:50:26 +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: r495744 - head/editors/texworks
Message-ID:  <201903142350.x2ENoQQ0002633@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Thu Mar 14 23:50:26 2019
New Revision: 495744
URL: https://svnweb.freebsd.org/changeset/ports/495744

Log:
  Fix build on gcc-based architectures:
  
    The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/editors/texworks/Makefile

Modified: head/editors/texworks/Makefile
==============================================================================
--- head/editors/texworks/Makefile	Thu Mar 14 23:43:34 2019	(r495743)
+++ head/editors/texworks/Makefile	Thu Mar 14 23:50:26 2019	(r495744)
@@ -18,7 +18,8 @@ LIB_DEPENDS=	libhunspell-1.7.so:textproc/hunspell \
 		libpoppler.so:graphics/poppler \
 		libpoppler-qt5.so:graphics/poppler-qt5
 
-USES=		cmake desktop-file-utils pkgconfig qt:5
+USES=		compiler:c++11-lang cmake desktop-file-utils pkgconfig \
+		qt:5
 USE_GITHUB=	yes
 GH_ACCOUNT=	TeXworks
 USE_QT=		buildtools_build designer_build qmake_build \



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