diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-05-17 06:32:17 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-05-17 06:32:17 +0000 |
commit | b900562c5fda6e391954087028ba39d6048d36ba (patch) | |
tree | f423d1bf1532fdb9d671b405f06e888f9273383a /print | |
parent | dd1b749d9584711e1672c30cabacd46c1a4ba9a1 (diff) | |
download | ports-b900562c5fda6e391954087028ba39d6048d36ba.tar.gz ports-b900562c5fda6e391954087028ba39d6048d36ba.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/pdftk/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/pdftk/Makefile b/print/pdftk/Makefile index 3e1b866e9c31..340d1283411e 100644 --- a/print/pdftk/Makefile +++ b/print/pdftk/Makefile @@ -13,6 +13,8 @@ COMMENT= Simple tool for doing everyday things with PDF documents LICENSE= GPLv2 +BROKEN_FreeBSD_12= gcj6: internal compiler error: Segmentation fault (program ecj1) + # Get GCC version suffix without the dot in USE_GCC CSUFF= ${_USE_GCC:S/.//} |