diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-12-20 08:30:51 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-12-20 08:30:51 +0000 |
commit | 17a421a25e3aa921853dacb0f87a3389b45aa624 (patch) | |
tree | e3e87be7754259cdb479e4e9f0620fcbad54b219 /textproc/htmldoc | |
parent | - Fix build with GCC-based architectures (diff) |
This port requires a C11-aware compiler to build on GCC-based
architectures.
PR: 234053
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=487856
Diffstat (limited to 'textproc/htmldoc')
-rw-r--r-- | textproc/htmldoc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/htmldoc/Makefile b/textproc/htmldoc/Makefile index 723fa5c56142..0f6de4aa85e4 100644 --- a/textproc/htmldoc/Makefile +++ b/textproc/htmldoc/Makefile @@ -16,6 +16,7 @@ BROKEN_mips= Complains of expecting ) before png_ptr LIB_DEPENDS= libpng.so:graphics/png +USES= compiler:c11 USE_GITHUB= yes GH_ACCOUNT= michaelrsweet |