diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2020-11-28 00:37:18 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2020-11-28 00:37:18 +0000 |
commit | 1c5f5ede1ae7e30788dc038734b52d1afecfb41a (patch) | |
tree | 80b1d0593de02b034bf1805a4fd18e22218f12bb | |
parent | This port now builds on aarch64. (diff) |
This port now builds on aarch64.
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=556472
-rw-r--r-- | net/belle-sip/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/belle-sip/Makefile b/net/belle-sip/Makefile index 755a4dc5a0d4..46f640f7018c 100644 --- a/net/belle-sip/Makefile +++ b/net/belle-sip/Makefile @@ -15,8 +15,6 @@ COMMENT= Belle-sip is a SIP (RFC3261) implementation written in C LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_aarch64= fails to build: Exception in thread "main" java.lang.OutOfMemoryError: Java heap space - LIB_DEPENDS= libantlr3c.so:devel/libantlr3c \ libbctoolbox.so:net/bctoolbox |