Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Dec 2020 12:53:56 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r558907 - head/www/lighttpd
Message-ID:  <202012221253.0BMCrumX061500@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Tue Dec 22 12:53:56 2020
New Revision: 558907
URL: https://svnweb.freebsd.org/changeset/ports/558907

Log:
  www/lighttpd: fix build on GCC architectures
  
  ls-hpack/lshpack.c: In function 'lshpack_enc_huff_encode':
  ls-hpack/lshpack.c:703: error: #pragma GCC diagnostic not allowed inside functions

Modified:
  head/www/lighttpd/Makefile

Modified: head/www/lighttpd/Makefile
==============================================================================
--- head/www/lighttpd/Makefile	Tue Dec 22 12:49:57 2020	(r558906)
+++ head/www/lighttpd/Makefile	Tue Dec 22 12:53:56 2020	(r558907)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS+=	libpcre.so:devel/pcre
 
-USES=		autoreconf gmake libtool localbase pkgconfig tar:xz
+USES=		autoreconf compiler:c11 gmake libtool localbase pkgconfig tar:xz
 USE_CSTD=	gnu99
 
 .if !defined(_BUILDING_LIGHTTPD_MODULE)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012221253.0BMCrumX061500>