svn commit: r560293 - branches/2021Q1/deskutils/go-for-it

Piotr Kubaj pkubaj at FreeBSD.org
Mon Jan 4 13:49:20 UTC 2021


Author: pkubaj
Date: Mon Jan  4 13:49:20 2021
New Revision: 560293
URL: https://svnweb.freebsd.org/changeset/ports/560293

Log:
  MFH: r560292
  
  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"

Modified:
  branches/2021Q1/deskutils/go-for-it/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/deskutils/go-for-it/Makefile
==============================================================================
--- branches/2021Q1/deskutils/go-for-it/Makefile	Mon Jan  4 13:48:22 2021	(r560292)
+++ branches/2021Q1/deskutils/go-for-it/Makefile	Mon Jan  4 13:49:20 2021	(r560293)
@@ -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


More information about the svn-ports-all mailing list