svn commit: r558907 - head/www/lighttpd

Piotr Kubaj pkubaj at FreeBSD.org
Tue Dec 22 12:53:56 UTC 2020


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)


More information about the svn-ports-head mailing list