diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-27 00:20:19 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-27 00:20:19 +0000 |
commit | c52a715800ff83f6a958709fb689f16631b4ef8a (patch) | |
tree | 6ebe315b8b10cbc2ec7619f8a666f8cab5b7b90c /www/ctemplate | |
parent | 13751f7ab8e0664df6343f3b041a3aeaca0d8712 (diff) | |
download | ports-c52a715800ff83f6a958709fb689f16631b4ef8a.tar.gz ports-c52a715800ff83f6a958709fb689f16631b4ef8a.zip |
Mark some ports failing on armv6, for errors classified as "???",
part 2.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=441819
Diffstat (limited to 'www/ctemplate')
-rw-r--r-- | www/ctemplate/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/ctemplate/Makefile b/www/ctemplate/Makefile index 966e9739cfad..a8c631f5a275 100644 --- a/www/ctemplate/Makefile +++ b/www/ctemplate/Makefile @@ -9,7 +9,9 @@ MASTER_SITES= SF MAINTAINER= ap@page2rss.com COMMENT= Template system for C -USES= gmake +BROKEN_armv6= fails to compile: assigning to char * from incompatible type const char * + +USES= gmake GNU_CONFIGURE= yes PLIST_FILES+= bin/h2ap |