diff options
author | Eugene Grosbein <eugen@FreeBSD.org> | 2021-05-15 10:43:24 +0700 |
---|---|---|
committer | Eugene Grosbein <eugen@FreeBSD.org> | 2021-05-15 10:43:24 +0700 |
commit | ed8939d4472b29619c955a1404b74fe6b313c747 (patch) | |
tree | 57782f48de1587933e8a69ce6e9131c6fc57cce3 | |
parent | graphics/R-cran-viridis: Update to 0.6.1 (diff) |
lang/gprolog: Comment out BROKEN_riscv64
Comment out BROKEN_riscv64 after recent port change:
either it fixes build or there will be fresh build log
available at least (hopefully).
-rw-r--r-- | lang/yap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/yap/Makefile b/lang/yap/Makefile index 435bc346616a..5b4dfa2f2435 100644 --- a/lang/yap/Makefile +++ b/lang/yap/Makefile @@ -16,7 +16,7 @@ LICENSE_COMB= dual LICENSE_FILE_ART20= ${WRKSRC}/Artistic LICENSE_FILE_LGPL20= ${WRKSRC}/COPYING -BROKEN_riscv64= fails to build: procedure chr_translate/2 is undefined, called from context prolog:once/1 +#BROKEN_riscv64= fails to build: procedure chr_translate/2 is undefined, called from context prolog:once/1 LIB_DEPENDS= libgmp.so:math/gmp |