Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Oct 2018 17:01:44 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r482606 - head/archivers/quazip
Message-ID:  <201810201701.w9KH1iqA095635@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810201701.w9KH1iqA095635>