svn commit: r559506 - head/x11/xsnow

Piotr Kubaj pkubaj at FreeBSD.org
Mon Dec 28 16:52:15 UTC 2020


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


More information about the svn-ports-all mailing list