aboutsummaryrefslogtreecommitdiff
path: root/graphics/lua-gd
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-07-07 06:44:07 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-07-07 06:44:07 +0000
commitfd22400b4ee74522465d262b17f181fb36426131 (patch)
tree4e3999bf93681818583609125dd0faaf05762913 /graphics/lua-gd
parentfff981e77f48dca40425db2d55dbc98dbfb94f3a (diff)
downloadports-fd22400b4ee74522465d262b17f181fb36426131.tar.gz
ports-fd22400b4ee74522465d262b17f181fb36426131.zip
Mark these ports as broken on aarch64, and, where appropriate, armvX.
While here, pet portlint and modernize. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=474058
Diffstat (limited to 'graphics/lua-gd')
-rw-r--r--graphics/lua-gd/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/lua-gd/Makefile b/graphics/lua-gd/Makefile
index 983550b1e32c..7a15dd358194 100644
--- a/graphics/lua-gd/Makefile
+++ b/graphics/lua-gd/Makefile
@@ -12,6 +12,8 @@ COMMENT= GD bindings for the Lua programming language
LICENSE= MIT
+BROKEN_aarch64= fails to link: can't create dynamic relocation R_AARCH64_ABS64 against local symbol in readonly segment
+
LIB_DEPENDS= libgd.so:graphics/gd
OPTIONS_DEFINE= DOCS EXAMPLES