diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-06-16 09:00:06 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-06-16 09:00:06 +0000 |
commit | 6095787e26235f1602e8187dfc7a2debdee9c445 (patch) | |
tree | c8b114e0921a79207f32ecb349970ff3e400e0c7 /databases/libzdb | |
parent | 53f89f4af9bb4ac2addeeb6114cefbcaa7076872 (diff) | |
download | ports-6095787e26235f1602e8187dfc7a2debdee9c445.tar.gz ports-6095787e26235f1602e8187dfc7a2debdee9c445.zip |
databases/libzdb: also fails on powerpc
Diffstat (limited to 'databases/libzdb')
-rw-r--r-- | databases/libzdb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/libzdb/Makefile b/databases/libzdb/Makefile index 57afc292ff1f..09bfd3967359 100644 --- a/databases/libzdb/Makefile +++ b/databases/libzdb/Makefile @@ -12,6 +12,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_i386= fails to build +BROKEN_powerpc= fails to build USES= compiler:c11 gmake libtool localbase pathfix |