[linimon at FreeBSD.org: svn commit: r496445 - head/net/avahi-qt5]

Mark Linimon linimon at lonesome.com
Thu Mar 21 12:08:08 UTC 2019


FYI

mcl

----- Forwarded message from Mark Linimon <linimon at FreeBSD.org> -----

Date: Thu, 21 Mar 2019 12:04:58 +0000 (UTC)
From: Mark Linimon <linimon at FreeBSD.org>
To: ports-committers at freebsd.org, svn-ports-all at freebsd.org, svn-ports-head at 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 -----


More information about the freebsd-gnome mailing list