Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Sep 2019 16:25:49 +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: r512359 - head/graphics/imv
Message-ID:  <201909191625.x8JGPnDQ077751@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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