svn commit: r496445 - head/net/avahi-qt5

Mark Linimon linimon at FreeBSD.org
Thu Mar 21 12:05:00 UTC 2019


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
 


More information about the svn-ports-all mailing list