diff options
| -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 |
