svn commit: r550336 - head/editors/vim

Mark Linimon linimon at FreeBSD.org
Sun Sep 27 20:08:18 UTC 2020


Author: linimon
Date: Sun Sep 27 20:08:18 2020
New Revision: 550336
URL: https://svnweb.freebsd.org/changeset/ports/550336

Log:
  Set OPTIONS_EXCLUDE_powerpc64le the same way as for powerpc64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/editors/vim/Makefile

Modified: head/editors/vim/Makefile
==============================================================================
--- head/editors/vim/Makefile	Sun Sep 27 20:06:45 2020	(r550335)
+++ head/editors/vim/Makefile	Sun Sep 27 20:08:18 2020	(r550336)
@@ -72,6 +72,7 @@ SCHEME_DESC=		MzScheme (Racket) bindings
 
 # BROKEN: ruby.h: error: wrong number of arguments specified for 'deprecated' attribute
 OPTIONS_EXCLUDE_powerpc64=	RUBY
+OPTIONS_EXCLUDE_powerpc64le=	RUBY
 
 # GENERAL OPTIONS
 CSCOPE_CONFIGURE_ENABLE=cscope


More information about the svn-ports-all mailing list