Date: Thu, 21 Mar 2019 12:08:03 +0000 From: Mark Linimon <linimon@lonesome.com> To: gnome@FreeBSD.org Cc: linimon@FreeBSD.org Subject: [linimon@FreeBSD.org: svn commit: r496445 - head/net/avahi-qt5] Message-ID: <20190321120803.GA25746@lonesome.com>
next in thread | raw e-mail | index | archive | help
FYI mcl ----- Forwarded message from Mark Linimon <linimon@FreeBSD.org> ----- 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 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 ----- End forwarded message -----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20190321120803.GA25746>