diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-02-01 05:24:20 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-02-01 05:24:20 +0000 |
commit | 9c227d0a1cca62f3b12537ea4e6a8932216d6b0c (patch) | |
tree | 210d9714fe7fffc3e0efa298b4aff3138950c906 /textproc/htmldoc/Makefile | |
parent | Upgrade to the latest stable release - 1.10.3. (diff) |
textproc/htmldoc: unbreak with clang 4.0
htmlsep.cxx:527:19: error: ordered comparison between pointer and zero ('int *' and 'int')
if (heading >= 0)
~~~~~~~ ^ ~
PR: 216159
Reported by: antoine (via exp-run)
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=432965
Diffstat (limited to 'textproc/htmldoc/Makefile')
-rw-r--r-- | textproc/htmldoc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/htmldoc/Makefile b/textproc/htmldoc/Makefile index efe94bbf8f5e..46cdd450d3ca 100644 --- a/textproc/htmldoc/Makefile +++ b/textproc/htmldoc/Makefile @@ -3,7 +3,7 @@ PORTNAME= htmldoc PORTVERSION= 1.8.28 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= http://www.msweet.org/files/project1/ \ EASYSW/${PORTNAME}/${PORTVERSION} |