svn commit: r482606 - head/archivers/quazip

Tobias C. Berner tcberner at FreeBSD.org
Sat Oct 20 17:01:45 UTC 2018


Author: tcberner
Date: Sat Oct 20 17:01:44 2018
New Revision: 482606
URL: https://svnweb.freebsd.org/changeset/ports/482606

Log:
  archivers/quazip: fix build with GCC-based architectures
  
  PR:		231690
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/archivers/quazip/Makefile

Modified: head/archivers/quazip/Makefile
==============================================================================
--- head/archivers/quazip/Makefile	Sat Oct 20 17:00:28 2018	(r482605)
+++ head/archivers/quazip/Makefile	Sat Oct 20 17:01:44 2018	(r482606)
@@ -24,7 +24,7 @@ USES+=		qt:4
 USE_QT=		corelib moc_build network_build qmake_build rcc_build uic_build
 CMAKE_ARGS=	-DBUILD_WITH_QT4:BOOL=TRUE
 .  else
-USES+=		qt:5
+USES+=		compiler:c++11-lang qt:5
 USE_QT=		core buildtools_build qmake_build
 CMAKE_ARGS=	-DBUILD_WITH_QT4:BOOL=FALSE
 QTVER_SUFFIX=	5


More information about the svn-ports-all mailing list