diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-09-27 14:59:54 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-09-27 14:59:54 +0000 |
commit | f74356590dc7d69760c434aa7493c2f1c41fcdd1 (patch) | |
tree | cf9e58b9fdc1202f7ad30401e632151ef46a1712 | |
parent | www/element-web: Update to 1.9.0 (diff) |
databases/libpbl: unbreak on all architectures
Tested on armv7.
-rw-r--r-- | databases/libpbl/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/databases/libpbl/Makefile b/databases/libpbl/Makefile index afc1085adad4..65552877ad2a 100644 --- a/databases/libpbl/Makefile +++ b/databases/libpbl/Makefile @@ -14,10 +14,6 @@ LICENSE= LGPL21+ MAKEFILE= makefile TEST_TARGET= test -BROKEN_armv6= Fails to build: cannot compile pblPerform.c -BROKEN_armv7= Fails to build: cannot compile pblPerform.c -BROKEN_mips= Fails to build: cannot compile pblPerform.c - WRKSRC= ${WRKDIR}/${DISTNAME}/src PLIST_FILES= include/pbl.h \ |