Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jan 2021 13:48:23 +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: r560292 - head/deskutils/go-for-it
Message-ID:  <202101041348.104DmNbE072137@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Mon Jan  4 13:48:22 2021
New Revision: 560292
URL: https://svnweb.freebsd.org/changeset/ports/560292

Log:
  deskutils/go-for-it: fix build on GCC architectures
  
  cc1: error: unrecognized command line option "-Wno-incompatible-pointer-types"
  cc1: error: unrecognized command line option "-Wno-discarded-qualifiers"
  
  MFH:		2020Q1

Modified:
  head/deskutils/go-for-it/Makefile

Modified: head/deskutils/go-for-it/Makefile
==============================================================================
--- head/deskutils/go-for-it/Makefile	Mon Jan  4 12:54:15 2021	(r560291)
+++ head/deskutils/go-for-it/Makefile	Mon Jan  4 13:48:22 2021	(r560292)
@@ -14,7 +14,7 @@ BUILD_DEPENDS=	valac:lang/vala
 LIB_DEPENDS=	libcanberra.so:audio/libcanberra \
 		libnotify.so:devel/libnotify
 
-USES=		cmake gettext gnome pkgconfig
+USES=		cmake compiler:c11 gettext gnome pkgconfig
 CMAKE_ARGS=	-DAPP_SYSTEM_NAME:STRING=${PORTNAME}
 USE_GITHUB=	yes
 GH_ACCOUNT=	JMoerman



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