Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Dec 2019 21:05:41 +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: r520884 - head/x11-wm/subtle
Message-ID:  <201912252105.xBPL5fhx052640@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Wed Dec 25 21:05:41 2019
New Revision: 520884
URL: https://svnweb.freebsd.org/changeset/ports/520884

Log:
  x11-wm/subtle: fix build on GCC architectures
  
  Base GCC doesn't build this port:
  ruby.h: wrong number of arguments specified for 'deprecated' attribute

Modified:
  head/x11-wm/subtle/Makefile

Modified: head/x11-wm/subtle/Makefile
==============================================================================
--- head/x11-wm/subtle/Makefile	Wed Dec 25 19:26:41 2019	(r520883)
+++ head/x11-wm/subtle/Makefile	Wed Dec 25 21:05:41 2019	(r520884)
@@ -12,11 +12,9 @@ COMMENT=	Grid-based manual tiling window manager
 
 LICENSE=	GPLv2
 
-BROKEN_powerpc64=	fails to compile: ruby.h: wrong number of arguments specified for 'deprecated' attribute
-
 BUILD_DEPENDS=	rake:devel/rubygem-rake
 
-USES=		pkgconfig tar:tbz2 xorg
+USES=		compiler:c11 pkgconfig tar:tbz2 xorg
 USE_RUBY=	yes
 USE_XORG=	x11 xft xinerama xpm xrandr xtst
 



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