svn commit: r541732 - head/graphics/katarakt
Mark Linimon
linimon at FreeBSD.org
Thu Jul 9 03:46:02 UTC 2020
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
More information about the svn-ports-all
mailing list