svn commit: r560292 - head/deskutils/go-for-it

Piotr Kubaj pkubaj at FreeBSD.org
Mon Jan 4 13:48:23 UTC 2021


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


More information about the svn-ports-all mailing list