diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-10-23 16:34:43 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-10-23 16:34:43 +0000 |
commit | 0aa737a3361845ec8f71d74835196cd5ec620250 (patch) | |
tree | 6cc56fc8997a9b33f3a2e326fc1a9a97affe375c /print | |
parent | 34e555714096a8da20bb049a438dc2df7b729e10 (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/pdftk/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/pdftk/Makefile b/print/pdftk/Makefile index 84cb73435671..d49e35e454c8 100644 --- a/print/pdftk/Makefile +++ b/print/pdftk/Makefile @@ -14,6 +14,7 @@ COMMENT= Simple tool for doing everyday things with PDF documents LICENSE= GPLv2 BROKEN_FreeBSD_12= gcj6: internal compiler error: Segmentation fault (program ecj1) +BROKEN_FreeBSD_13= gcj6: internal compiler error: Segmentation fault (program ecj1) # Get GCC version suffix without the dot in USE_GCC CSUFF= ${_USE_GCC:S/.//} |