aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2019-03-21 12:04:58 +0000
committerMark Linimon <linimon@FreeBSD.org>2019-03-21 12:04:58 +0000
commit87c6f9ed37bd6b37b9b5759d74055e99b3438612 (patch)
tree946d82c988ec47ff41beec093f5bc46e236ccaa7 /net
parentdada042eb0d03da1d9f50cf7a710dcf19d68fd21 (diff)
downloadports-87c6f9ed37bd6b37b9b5759d74055e99b3438612.tar.gz
ports-87c6f9ed37bd6b37b9b5759d74055e99b3438612.zip
Fix build on gcc-based architectures, with the false positive error:
configure: error: Couldn't compile Qt without -fPIC nor with -fPIC PR: 234406 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=496445
Diffstat (limited to 'net')
-rw-r--r--net/avahi-qt5/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/avahi-qt5/Makefile b/net/avahi-qt5/Makefile
index 98d134708939..5472e59bffb3 100644
--- a/net/avahi-qt5/Makefile
+++ b/net/avahi-qt5/Makefile
@@ -17,7 +17,7 @@ DESCR= ${.CURDIR}/pkg-descr
PLIST= ${.CURDIR}/pkg-plist
AVAHI_SLAVE= qt5
-USES= qt:5
+USES= compiler:c++11-lang qt:5
USE_QT= core buildtools_build
AVAHI_PKGCONFIG=avahi-qt5.pc