Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jun 2020 01:35:38 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r539691 - head/print/scribus-devel
Message-ID:  <202006200135.05K1ZcU6029078@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Sat Jun 20 01:35:38 2020
New Revision: 539691
URL: https://svnweb.freebsd.org/changeset/ports/539691

Log:
  print/scribus-devel: fix build when LLVM 10 is in use
  
  Switch to GCC, LLVM 10 can't build this port.
  
  PR:		247199
  Reported by:	ohartmann@walstatt.org

Modified:
  head/print/scribus-devel/Makefile

Modified: head/print/scribus-devel/Makefile
==============================================================================
--- head/print/scribus-devel/Makefile	Sat Jun 20 01:26:37 2020	(r539690)
+++ head/print/scribus-devel/Makefile	Sat Jun 20 01:35:38 2020	(r539691)
@@ -39,7 +39,7 @@ LIB_DEPENDS=	liblcms2.so:graphics/lcms2 \
 		libharfbuzz.so:print/harfbuzz \
 		libicuuc.so:devel/icu
 
-USES=		cmake compiler:c++11-lang desktop-file-utils dos2unix gnome \
+USES=		cmake compiler:gcc-c++11-lib desktop-file-utils dos2unix gnome \
 		jpeg pkgconfig python:2.7 qt:5 shared-mime-info ssl tar:xz
 USE_QT=		buildtools_build core declarative gui linguisttools_build \
 		network opengl printsupport qmake_build widgets xml



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