svn commit: r456584 - head/www/cgihtml

Mark Linimon linimon at FreeBSD.org
Mon Dec 18 03:33:07 UTC 2017


Author: linimon
Date: Mon Dec 18 03:33:06 2017
New Revision: 456584
URL: https://svnweb.freebsd.org/changeset/ports/456584

Log:
  Mark broken on aarch64: some kind of problem in flag handling.

Modified:
  head/www/cgihtml/Makefile

Modified: head/www/cgihtml/Makefile
==============================================================================
--- head/www/cgihtml/Makefile	Mon Dec 18 03:19:46 2017	(r456583)
+++ head/www/cgihtml/Makefile	Mon Dec 18 03:33:06 2017	(r456584)
@@ -12,6 +12,8 @@ MASTER_SITES=	http://www.eekim.com/software/cgihtml/ \
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Library that simplifies the task of writing CGI programs in C
 
+BROKEN_aarch64=		fails to link: -O: number expected, but got
+
 USE_LDCONFIG=	yes
 
 OPTIONS_DEFINE=	DOCS


More information about the svn-ports-head mailing list