svn commit: r495851 - head/graphics/phototonic
Mark Linimon
linimon at FreeBSD.org
Sat Mar 16 08:00:16 UTC 2019
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
More information about the svn-ports-all
mailing list