svn commit: r531848 - head/www/kcgi

Piotr Kubaj pkubaj at FreeBSD.org
Thu Apr 16 14:07:40 UTC 2020


Author: pkubaj
Date: Thu Apr 16 14:07:39 2020
New Revision: 531848
URL: https://svnweb.freebsd.org/changeset/ports/531848

Log:
  www/kcgi: fix build on GCC architectures
  
  Use newer GCC:
  kcgi.h:644: error: wrong number of arguments specified for 'deprecated' attribute

Modified:
  head/www/kcgi/Makefile

Modified: head/www/kcgi/Makefile
==============================================================================
--- head/www/kcgi/Makefile	Thu Apr 16 14:05:43 2020	(r531847)
+++ head/www/kcgi/Makefile	Thu Apr 16 14:07:39 2020	(r531848)
@@ -10,7 +10,7 @@ COMMENT=	Minimal sandboxed CGI library in C
 
 LICENSE=	ISCL
 
-USES=		tar:tgz
+USES=		compiler:c11 tar:tgz
 
 OPTIONS_DEFINE=	EXAMPLES
 


More information about the svn-ports-all mailing list