svn commit: r539691 - head/print/scribus-devel

Piotr Kubaj pkubaj at FreeBSD.org
Sat Jun 20 01:35:39 UTC 2020


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 at 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


More information about the svn-ports-all mailing list