svn commit: r483281 - head/graphics/lprof-devel

Mark Linimon linimon at FreeBSD.org
Sun Oct 28 11:32:33 UTC 2018


Author: linimon
Date: Sun Oct 28 11:32:32 2018
New Revision: 483281
URL: https://svnweb.freebsd.org/changeset/ports/483281

Log:
  Fix build with GCC-based architectures.
  
  PR:		232006
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/graphics/lprof-devel/Makefile

Modified: head/graphics/lprof-devel/Makefile
==============================================================================
--- head/graphics/lprof-devel/Makefile	Sun Oct 28 11:28:20 2018	(r483280)
+++ head/graphics/lprof-devel/Makefile	Sun Oct 28 11:32:32 2018	(r483281)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	liblcms.so:graphics/lcms \
 		libtiff.so:graphics/tiff \
 		libvigraimpex.so:graphics/vigra
 
-USES=		cmake desktop-file-utils jpeg qt:4 tar:bzip2
+USES=		cmake compiler:c++11-lang desktop-file-utils jpeg qt:4 tar:bzip2
 USE_XORG=	x11 xext sm ice xxf86vm
 USE_QT=		corelib gui qt3support svg assistantclient \
 		linguisttools_build qmake_build moc_build uic_build rcc_build


More information about the svn-ports-head mailing list