svn commit: r555637 - head/www/ufdbguard

Piotr Kubaj pkubaj at FreeBSD.org
Wed Nov 18 11:36:54 UTC 2020


Author: pkubaj
Date: Wed Nov 18 11:36:54 2020
New Revision: 555637
URL: https://svnweb.freebsd.org/changeset/ports/555637

Log:
  www/ufdbguard: fix build on GCC architectures
  
  In file included from ufdblib.c:29:
  ufdblocks.h:25: error: redefinition of typedef 'ufdb_mutex'
  ufdblocks.h:25: error: previous declaration of 'ufdb_mutex' was here

Modified:
  head/www/ufdbguard/Makefile

Modified: head/www/ufdbguard/Makefile
==============================================================================
--- head/www/ufdbguard/Makefile	Wed Nov 18 11:33:05 2020	(r555636)
+++ head/www/ufdbguard/Makefile	Wed Nov 18 11:36:54 2020	(r555637)
@@ -12,7 +12,7 @@ COMMENT=	URL filter for the Squid web proxy
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		perl5 shebangfix ssl
+USES=		compiler:c11 perl5 shebangfix ssl
 USE_RC_SUBR=	ufdbguardd
 
 SHEBANG_FILES=	samples/URLblocked.cgi


More information about the svn-ports-all mailing list