diff options
author | linimon <linimon@FreeBSD.org> | 2017-12-09 08:42:05 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-12-09 08:42:05 +0800 |
commit | cb4f0fc92060b736b2ab71fcf12d3a0b727aec49 (patch) | |
tree | f9138a3823b570522b524c8e385a453e712c9114 /devel/libffcall | |
parent | cbe45b0f19645e08dd6f6b65750642036029dbb7 (diff) | |
download | freebsd-ports-gnome-cb4f0fc92060b736b2ab71fcf12d3a0b727aec49.tar.gz freebsd-ports-gnome-cb4f0fc92060b736b2ab71fcf12d3a0b727aec49.tar.zst freebsd-ports-gnome-cb4f0fc92060b736b2ab71fcf12d3a0b727aec49.zip |
Mark more ports broken that fail on both armv6 and armv7.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'devel/libffcall')
-rw-r--r-- | devel/libffcall/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/libffcall/Makefile b/devel/libffcall/Makefile index 11895d7b398a..c2f192fbd87b 100644 --- a/devel/libffcall/Makefile +++ b/devel/libffcall/Makefile @@ -11,6 +11,9 @@ COMMENT= Foreign function call libraries LICENSE= GPLv2+ +BROKEN_armv6= fails to build: avcall-armhf.s:46:2: error: '.syntax divided' arm assembly not supported +BROKEN_armv7= fails to build: avcall-armhf.s:46:2: error: '.syntax divided' arm assembly not supported + GNU_CONFIGURE= yes USES= gmake libtool USE_LDCONFIG= yes |