svn commit: r515676 - head/deskutils/orage

Mark Linimon linimon at FreeBSD.org
Sat Oct 26 09:21:16 UTC 2019


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


More information about the svn-ports-head mailing list