aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-01-04 13:49:20 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-01-04 13:49:20 +0000
commit10564f42ef4cfaf8028c51819b3041db2bd83ecc (patch)
treec5f2e48574d86e1b684e3aa578589a5ba8c16720 /deskutils
parente25c4dce7ecb8ae33459061a8dddf800dfcfca28 (diff)
downloadports-10564f42ef4cfaf8028c51819b3041db2bd83ecc.tar.gz
ports-10564f42ef4cfaf8028c51819b3041db2bd83ecc.zip
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"
Notes
Notes: svn path=/branches/2021Q1/; revision=560293
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/go-for-it/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/go-for-it/Makefile b/deskutils/go-for-it/Makefile
index d7f784cf1c3d..c9fd4c4601e4 100644
--- a/deskutils/go-for-it/Makefile
+++ b/deskutils/go-for-it/Makefile
@@ -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