Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jul 2020 03:46:01 +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: r541732 - head/graphics/katarakt
Message-ID:  <202007090346.0693k1FT007769@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Thu Jul  9 03:46:01 2020
New Revision: 541732
URL: https://svnweb.freebsd.org/changeset/ports/541732

Log:
  Add compiler:c++11-lang to USES to fix build on GCC-based systems:
  
    cc1plus: error: unrecognized command line option "-std=gnu++11"
  
  While here, sort USES.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/graphics/katarakt/Makefile

Modified: head/graphics/katarakt/Makefile
==============================================================================
--- head/graphics/katarakt/Makefile	Thu Jul  9 03:42:49 2020	(r541731)
+++ head/graphics/katarakt/Makefile	Thu Jul  9 03:46:01 2020	(r541732)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	a2x:textproc/asciidoc
 LIB_DEPENDS=	libpoppler-qt5.so:graphics/poppler-qt5
 
-USES=		qmake pkgconfig qt:5 gl
+USES=		compiler:c++11-lang gl pkgconfig qmake qt:5
 USE_QT=		buildtools_build core gui xml dbus network widgets
 USE_GL=		gl
 



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