svn commit: r499031 - head/net/quiterss
Fernando Apesteguía
fernape at FreeBSD.org
Mon Apr 15 16:21:34 UTC 2019
Author: fernape
Date: Mon Apr 15 16:21:33 2019
New Revision: 499031
URL: https://svnweb.freebsd.org/changeset/ports/499031
Log:
net/quiterss: fix build with GCC-based architectures
PR: 237191
Submitted by: pkubaj at anongoth.pl
Approved by: lbartoletti at tuxfamily.org (maintainer)
Modified:
head/net/quiterss/Makefile
Modified: head/net/quiterss/Makefile
==============================================================================
--- head/net/quiterss/Makefile Mon Apr 15 16:20:22 2019 (r499030)
+++ head/net/quiterss/Makefile Mon Apr 15 16:21:33 2019 (r499031)
@@ -16,7 +16,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
NO_WRKSUBDIR= yes
-USES= desktop-file-utils pkgconfig qmake:outsource qt:5 sqlite
+USES= compiler:c++11-lang desktop-file-utils pkgconfig \
+ qmake:outsource qt:5 sqlite
USE_QT= buildtools_build linguisttools_build core xml gui widgets \
network multimedia printsupport webkit sql sql-sqlite3_run
More information about the svn-ports-all
mailing list