Date: Mon, 4 Jan 2021 13:49:20 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r560293 - branches/2021Q1/deskutils/go-for-it Message-ID: <202101041349.104DnKPL072305@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101041349.104DnKPL072305>