aboutsummaryrefslogtreecommitdiff
path: root/lang/spl
diff options
context:
space:
mode:
Diffstat (limited to 'lang/spl')
-rw-r--r--lang/spl/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/spl/Makefile b/lang/spl/Makefile
index 4e945af36179..c850c028f737 100644
--- a/lang/spl/Makefile
+++ b/lang/spl/Makefile
@@ -13,6 +13,9 @@ COMMENT= Shakespeare programming language
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN_FreeBSD_13= ld: error: duplicate symbol: cast
+BROKEN_FreeBSD_14= ld: error: duplicate symbol: cast
+
USES= bison gmake
ALL_EXAMPLES= Makefile fibonacci.spl fibonacci2.spl guess.spl hello.spl \