diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2021-02-02 17:05:19 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2021-02-02 17:05:19 +0800 |
commit | b7cb5ca7261f559d575e01161838f462591843bb (patch) | |
tree | 6df6369e503231b7e0af99ee5accd79c730ea898 /math/p5-Text-AsciiTeX | |
parent | 297717019b30483cb7bba0eb75027a753064eb66 (diff) | |
download | freebsd-ports-gnome-b7cb5ca7261f559d575e01161838f462591843bb.tar.gz freebsd-ports-gnome-b7cb5ca7261f559d575e01161838f462591843bb.tar.zst freebsd-ports-gnome-b7cb5ca7261f559d575e01161838f462591843bb.zip |
Ah, we have a FreeBSD 14 too.
ld: error: duplicate symbol: SYNTAX_ERR_FLAG
>>> defined at array.c
>>> src/asciitex/array.o:(SYNTAX_ERR_FLAG)
>>> defined at asciiTeX.c
>>> src/asciitex/asciiTeX.o:(.bss+0x0)
Diffstat (limited to 'math/p5-Text-AsciiTeX')
-rw-r--r-- | math/p5-Text-AsciiTeX/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/p5-Text-AsciiTeX/Makefile b/math/p5-Text-AsciiTeX/Makefile index 790215754a0c..edacb2ba265c 100644 --- a/math/p5-Text-AsciiTeX/Makefile +++ b/math/p5-Text-AsciiTeX/Makefile @@ -12,6 +12,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Convert (La)TeX formulas to ASCII art BROKEN_FreeBSD_13= error: duplicate symbol: SYNTAX_ERR_FLAG +BROKEN_FreeBSD_14= error: duplicate symbol: SYNTAX_ERR_FLAG LICENSE= ART10 GPLv1+ LICENSE_COMB= dual |