svn commit: r481595 - head/dns/qmdnsengine
Yuri Victorovich
yuri at FreeBSD.org
Tue Oct 9 03:08:14 UTC 2018
Author: yuri
Date: Tue Oct 9 03:08:13 2018
New Revision: 481595
URL: https://svnweb.freebsd.org/changeset/ports/481595
Log:
dns/qmdnsengine: Fix build with GCC-based architecture
PR: 232102
Submitted by: Piotr Kubaj <pkubaj at anongoth.pl>
Modified:
head/dns/qmdnsengine/Makefile
Modified: head/dns/qmdnsengine/Makefile
==============================================================================
--- head/dns/qmdnsengine/Makefile Tue Oct 9 02:41:34 2018 (r481594)
+++ head/dns/qmdnsengine/Makefile Tue Oct 9 03:08:13 2018 (r481595)
@@ -12,7 +12,7 @@ COMMENT= Multicast DNS library for Qt applications
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-USES= cmake:outsource qt:5
+USES= cmake:outsource compiler:c++11-lang qt:5
USE_GITHUB= yes
GH_ACCOUNT= nitroshare
USE_QT= core network buildtools_build qmake_build
More information about the svn-ports-all
mailing list