summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2018-08-04 11:14:54 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2018-08-04 11:14:54 +0000
commit409f87d49c27af4208e9c1c986320fdd32ef5cb0 (patch)
treedaca86ae058a69c72575fc990a083bffde7b49f9
parentAdd references to PR 226177 which tracks the breakage of this port by (diff)
Add a reference to PR 226177 which tracks the breakage of this port by
clang 6.0.0. PR: 226178
-rw-r--r--graphics/fig2sxd/Makefile2
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