From b7f43ffd37b567b4f2b9f213569be94921d95556 Mon Sep 17 00:00:00 2001 From: jbeich Date: Fri, 5 Jan 2018 02:57:35 +0000 Subject: Lift BROKEN_aarch64 for Clang 3.8 per FreeBSD 11.0 EOL The cryptic "error in backend" is emitted by Clang on crash. --- graphics/libcaca/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'graphics') diff --git a/graphics/libcaca/Makefile b/graphics/libcaca/Makefile index e15362a7578d..a3f4e33539fa 100644 --- a/graphics/libcaca/Makefile +++ b/graphics/libcaca/Makefile @@ -27,8 +27,6 @@ INSTALL_TARGET= install-strip DOCS= AUTHORS COPYING COPYING.GPL COPYING.LGPL ChangeLog NEWS \ NOTES README THANKS -BROKEN_aarch64= Fails to compile: error in backend: Do not know how to split this operator's operand! - OPTIONS_DEFINE= X11 IMLIB2 FTGL SLANG DOCS OPTIONS_DEFAULT= X11 IMLIB2 X11_DESC= X11 and OpenGL support -- cgit