diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-01-04 13:48:22 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-01-04 13:48:22 +0000 |
commit | 5bdae5a56e6125b59fbc4a87a27da5eea57ce407 (patch) | |
tree | cfdb6497e9e828e23f5956670c8c7a5b7cc1ed80 | |
parent | net-p2p/monero-cli: Upgrade from 0.17.1.7 to 0.17.1.8 (diff) |
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
Notes
Notes:
svn path=/head/; revision=560292
-rw-r--r-- | deskutils/go-for-it/Makefile | 2 |
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 |