Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jun 2020 21:54:44 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r539785 - head/x11/jgmenu
Message-ID:  <202006212154.05LLsiiR065540@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Sun Jun 21 21:54:43 2020
New Revision: 539785
URL: https://svnweb.freebsd.org/changeset/ports/539785

Log:
  x11/jgmenu: fix build on GCC architectures
  
  Use newer GCC:
  cc1: error: unrecognized command line option "-Wunused-result"

Modified:
  head/x11/jgmenu/Makefile

Modified: head/x11/jgmenu/Makefile
==============================================================================
--- head/x11/jgmenu/Makefile	Sun Jun 21 21:22:42 2020	(r539784)
+++ head/x11/jgmenu/Makefile	Sun Jun 21 21:54:43 2020	(r539785)
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libpng16.so:graphics/png
 
-USES=		gmake gnome pkgconfig python:3.4+ shebangfix xorg
+USES=		compiler:c11 gmake gnome pkgconfig python:3.4+ shebangfix xorg
 USE_GITHUB=	yes
 GH_ACCOUNT=	johanmalm
 USE_GNOME=	cairo gdkpixbuf2 glib20 librsvg2 libxml2 pango



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006212154.05LLsiiR065540>