svn commit: r520884 - head/x11-wm/subtle

Piotr Kubaj pkubaj at FreeBSD.org
Wed Dec 25 21:05:41 UTC 2019


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
 


More information about the svn-ports-head mailing list