Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Dec 2020 16:52:15 +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: r559506 - head/x11/xsnow
Message-ID:  <202012281652.0BSGqFw3009732@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Mon Dec 28 16:52:15 2020
New Revision: 559506
URL: https://svnweb.freebsd.org/changeset/ports/559506

Log:
  x11/xsnow: fix build on GCC architectures
  
  /usr/local/include/glib-2.0/glib/gutils.h:336: warning: 'GVoidFunc' is deprecated

Modified:
  head/x11/xsnow/Makefile

Modified: head/x11/xsnow/Makefile
==============================================================================
--- head/x11/xsnow/Makefile	Mon Dec 28 16:46:37 2020	(r559505)
+++ head/x11/xsnow/Makefile	Mon Dec 28 16:52:15 2020	(r559506)
@@ -12,7 +12,7 @@ COMMENT=	Create a snowy and Santa-y desktop
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		gmake gnome pkgconfig xorg
+USES=		compiler:c11 gmake gnome pkgconfig xorg
 USE_GNOME=	cairo gdkpixbuf2 glib20 gtk30 libxml2
 USE_XORG=	x11 xpm xt xorgproto
 GNU_CONFIGURE=	yes



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