Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 2019 17:27:17 +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: r513678 - head/mail/xfce4-mailwatch-plugin
Message-ID:  <201910031727.x93HRHIt047201@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Thu Oct  3 17:27:17 2019
New Revision: 513678
URL: https://svnweb.freebsd.org/changeset/ports/513678

Log:
  mail/xfce4-mailwatch-plugin: fix build on GCC architectures
  
  Approved by:	mentors (implicit approval)

Modified:
  head/mail/xfce4-mailwatch-plugin/Makefile

Modified: head/mail/xfce4-mailwatch-plugin/Makefile
==============================================================================
--- head/mail/xfce4-mailwatch-plugin/Makefile	Thu Oct  3 17:22:17 2019	(r513677)
+++ head/mail/xfce4-mailwatch-plugin/Makefile	Thu Oct  3 17:27:17 2019	(r513678)
@@ -20,8 +20,8 @@ LIB_DEPENDS=	libgnutls.so:security/gnutls \
 		libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2
 
-USES=		gettext-tools gmake gnome libtool pkgconfig tar:bzip2 \
-		xfce:gtk2 xorg
+USES=		compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
+		tar:bzip2 xfce:gtk2 xorg
 USE_GNOME=	cairo glib20 gtk20 intltool
 USE_XFCE=	panel
 USE_XORG=	x11



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