svn commit: r492119 - head/sysutils/luckybackup
Mark Linimon
linimon at FreeBSD.org
Mon Feb 4 11:55:13 UTC 2019
Author: linimon
Date: Mon Feb 4 11:55:12 2019
New Revision: 492119
URL: https://svnweb.freebsd.org/changeset/ports/492119
Log:
This port requires a C++11-compatible compiler. Add
USES=compiler:c++11 to fix build on GCC-based architectures.
PR: 235360
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
Modified:
head/sysutils/luckybackup/Makefile
Modified: head/sysutils/luckybackup/Makefile
==============================================================================
--- head/sysutils/luckybackup/Makefile Mon Feb 4 11:52:13 2019 (r492118)
+++ head/sysutils/luckybackup/Makefile Mon Feb 4 11:55:12 2019 (r492119)
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/license/gpl.txt
RUN_DEPENDS= rsync:net/rsync
-USES= qmake qt:5
+USES= compiler:c++11-lang qmake qt:5
USE_GL= gl
USE_QT= core gui network widgets buildtools_build
More information about the svn-ports-all
mailing list