diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2018-08-04 11:14:54 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2018-08-04 11:14:54 +0000 |
commit | 409f87d49c27af4208e9c1c986320fdd32ef5cb0 (patch) | |
tree | daca86ae058a69c72575fc990a083bffde7b49f9 /graphics/fig2sxd | |
parent | fabf6170e4e26552b267c1a287da68abbcfa56c8 (diff) | |
download | ports-409f87d49c27af4208e9c1c986320fdd32ef5cb0.tar.gz ports-409f87d49c27af4208e9c1c986320fdd32ef5cb0.zip |
Notes
Diffstat (limited to 'graphics/fig2sxd')
-rw-r--r-- | graphics/fig2sxd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/fig2sxd/Makefile b/graphics/fig2sxd/Makefile index 5e3802d8783a..5e99c469e813 100644 --- a/graphics/fig2sxd/Makefile +++ b/graphics/fig2sxd/Makefile @@ -19,7 +19,7 @@ PLIST_FILES= bin/fig2sxd man/man1/fig2sxd.1.gz .include <bsd.port.pre.mk> -# does not compile with clang 6.0.0 +# Does not compile with clang 6.0.0; PR 226178. .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200056 USE_GCC= yes .endif |