Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Mar 2019 08:00:15 +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: r495851 - head/graphics/phototonic
Message-ID:  <201903160800.x2G80F5H018189@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sat Mar 16 08:00:15 2019
New Revision: 495851
URL: https://svnweb.freebsd.org/changeset/ports/495851

Log:
  Fix build on gcc-based architectures:
  
    cc1plus: error: unrecognized command line option "-std=gnu++11"
  
  While here, add gl to USES in accordance with new practice.

Modified:
  head/graphics/phototonic/Makefile

Modified: head/graphics/phototonic/Makefile
==============================================================================
--- head/graphics/phototonic/Makefile	Sat Mar 16 07:54:19 2019	(r495850)
+++ head/graphics/phototonic/Makefile	Sat Mar 16 08:00:15 2019	(r495851)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libexiv2.so:graphics/exiv2
 
-USES=		desktop-file-utils gettext qmake qt:5
+USES=		compiler:c++11-lang desktop-file-utils gettext gl qmake qt:5
 USE_GITHUB=	yes
 GH_ACCOUNT=	oferkv
 USE_GL=		gl



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