svn commit: r483285 - head/x11-toolkits/nucleo

Mark Linimon linimon at FreeBSD.org
Sun Oct 28 11:46:43 UTC 2018


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

Log:
  Fix build with GCC-based architectures, add USES=gl.
  
  PR:		231709
  Submitted by:	Piotr Kubaj

Modified:
  head/x11-toolkits/nucleo/Makefile

Modified: head/x11-toolkits/nucleo/Makefile
==============================================================================
--- head/x11-toolkits/nucleo/Makefile	Sun Oct 28 11:44:51 2018	(r483284)
+++ head/x11-toolkits/nucleo/Makefile	Sun Oct 28 11:46:42 2018	(r483285)
@@ -18,7 +18,8 @@ LIB_DEPENDS=	libexif.so:graphics/libexif \
 		libfreetype.so:print/freetype2 \
 		libexpat.so:textproc/expat2
 
-USES=		gmake jpeg libtool localbase:ldflags pathfix pkgconfig python:run shebangfix tar:bzip2
+USES=		compiler:c++11-lang gl gmake jpeg libtool localbase:ldflags \
+		pathfix pkgconfig python:run shebangfix tar:bzip2
 USE_GL=		gl glu
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--without-opencv


More information about the svn-ports-all mailing list