Date: Thu, 21 Mar 2019 12:04:58 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r496445 - head/net/avahi-qt5 Message-ID: <201903211204.x2LC4wPm016102@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Thu Mar 21 12:04:58 2019 New Revision: 496445 URL: https://svnweb.freebsd.org/changeset/ports/496445 Log: 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) Modified: head/net/avahi-qt5/Makefile Modified: head/net/avahi-qt5/Makefile ============================================================================== --- head/net/avahi-qt5/Makefile Thu Mar 21 11:10:11 2019 (r496444) +++ head/net/avahi-qt5/Makefile Thu Mar 21 12:04:58 2019 (r496445) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903211204.x2LC4wPm016102>