svn commit: r512359 - head/graphics/imv

Piotr Kubaj pkubaj at FreeBSD.org
Thu Sep 19 16:25:49 UTC 2019


Author: pkubaj
Date: Thu Sep 19 16:25:49 2019
New Revision: 512359
URL: https://svnweb.freebsd.org/changeset/ports/512359

Log:
  graphics/imv: fix build on GCC architectures
  
  Use new GCC to fix build errors when using base GCC.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/graphics/imv/Makefile

Modified: head/graphics/imv/Makefile
==============================================================================
--- head/graphics/imv/Makefile	Thu Sep 19 16:25:04 2019	(r512358)
+++ head/graphics/imv/Makefile	Thu Sep 19 16:25:49 2019	(r512359)
@@ -16,7 +16,8 @@ BUILD_DEPENDS=	a2x:textproc/asciidoc
 LIB_DEPENDS=	libxkbcommon.so:x11/libxkbcommon
 TEST_DEPENDS=	${LOCALBASE}/lib/libcmocka.so:sysutils/cmocka
 
-USES=		desktop-file-utils gettext-runtime gl gmake gnome pkgconfig
+USES=		compiler:c11 desktop-file-utils gettext-runtime gl gmake gnome \
+		pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	eXeC64
 USE_GL=		gl


More information about the svn-ports-head mailing list