svn commit: r539785 - head/x11/jgmenu

Piotr Kubaj pkubaj at FreeBSD.org
Sun Jun 21 21:54:44 UTC 2020


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


More information about the svn-ports-head mailing list