Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 2019 11:18:03 +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: r513662 - head/deskutils/xfce4-notes-plugin
Message-ID:  <201910031118.x93BI3qd028121@repo.freebsd.org>

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

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

Modified:
  head/deskutils/xfce4-notes-plugin/Makefile

Modified: head/deskutils/xfce4-notes-plugin/Makefile
==============================================================================
--- head/deskutils/xfce4-notes-plugin/Makefile	Thu Oct  3 10:36:55 2019	(r513661)
+++ head/deskutils/xfce4-notes-plugin/Makefile	Thu Oct  3 11:18:02 2019	(r513662)
@@ -17,8 +17,8 @@ LIB_DEPENDS=	libunique-1.0.so:x11-toolkits/unique \
 		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=	ice sm x11



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