aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-12-31 23:44:06 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-12-31 23:44:06 +0000
commit948b217a1e51af1032bc6054c89216f969ea1164 (patch)
tree994b0f55cc905fd8f29e28739627bce9d9652c7b
parent2154981cf75f2cef392730978bccf362dad8dff0 (diff)
downloadports-948b217a1e51af1032bc6054c89216f969ea1164.tar.gz
ports-948b217a1e51af1032bc6054c89216f969ea1164.zip
Notes
-rw-r--r--devel/fb-adb/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/fb-adb/Makefile b/devel/fb-adb/Makefile
index 42df36459031..79b61848a812 100644
--- a/devel/fb-adb/Makefile
+++ b/devel/fb-adb/Makefile
@@ -52,8 +52,6 @@ OPTIONS_DEFAULT=NDK
OPTIONS_EXCLUDE=${ARCH:Namd64:Ni386:C/.+/NDK/}
OPTIONS_EXCLUDE_DragonFly=NDK
-NDK_BROKEN_OFF= incomplete dependencies
-
ASSERT_CONFIGURE_ENABLE=checking
BASH_DESC= Install JSON parser used by bash-completion
BASH_RUN_DEPENDS= jq:textproc/jq
@@ -100,5 +98,8 @@ post-patch-NDK-on:
post-patch-NDK-off:
@${REINPLACE_CMD} -i '.aux.bak' -e 's/linux-android/aux-&/' \
${WRKSRC}/stub-*/configure
+# XXX lang/gnatdroid-x86 no longer exists
+ @${REINPLACE_CMD} -i '.x86-off.bak' -e 's/stub-x86[^,]*, //g' \
+ ${WRKSRC}/configure.ac
.include <bsd.port.mk>