Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Oct 2019 09:21:16 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r515676 - head/deskutils/orage
Message-ID:  <201910260921.x9Q9LG73062241@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sat Oct 26 09:21:16 2019
New Revision: 515676
URL: https://svnweb.freebsd.org/changeset/ports/515676

Log:
  Fix build on GCC-based systems:
  
    /usr/local/include/xfce4/libxfce4util/xfce-kiosk.h:37: error: redefinition of typedef 'XfceKiosk'
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/deskutils/orage/Makefile

Modified: head/deskutils/orage/Makefile
==============================================================================
--- head/deskutils/orage/Makefile	Sat Oct 26 07:39:34 2019	(r515675)
+++ head/deskutils/orage/Makefile	Sat Oct 26 09:21:16 2019	(r515676)
@@ -21,8 +21,8 @@ LIB_DEPENDS=	libpopt.so:devel/popt \
 		libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2
 
-USES=		desktop-file-utils gettext gmake gnome libtool pkgconfig \
-		tar:bzip2 xfce:gtk2 xorg
+USES=		compiler:c++11-lang desktop-file-utils gettext gmake gnome \
+		libtool pkgconfig tar:bzip2 xfce:gtk2 xorg
 USE_GNOME=	cairo 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?201910260921.x9Q9LG73062241>