diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-05-14 21:18:27 +0300 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-05-14 22:51:48 +0300 |
commit | 83dbcd1d6e65609012b0c0ffe7befd1e35f6d40a (patch) | |
tree | 08448820c5083458bd79a2f15842d99e83907df0 | |
parent | astro/gpsprune: update to 20.4 (diff) |
sysutils/geomWatch: mark BROKEN (does not fetch)
Approved by: portmgr blanket
-rw-r--r-- | sysutils/geomWatch/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/geomWatch/Makefile b/sysutils/geomWatch/Makefile index 945b26f52bbf..a95faa119d96 100644 --- a/sysutils/geomWatch/Makefile +++ b/sysutils/geomWatch/Makefile @@ -20,6 +20,7 @@ BROKEN_aarch64= fails to compile: ISA not supported BROKEN_armv6= fails to compile: call to 'atomic_add_64' is ambiguous BROKEN_armv7= fails to compile: call to 'atomic_add_64' is ambiguous IGNORE_DragonFly= requires geom(4) support +BROKEN= does not fetch USES= tar:tbz USE_CXXSTD= gnu++98 |