svn commit: r500652 - head/www/apache24

Piotr Kubaj pkubaj at FreeBSD.org
Thu May 2 11:00:11 UTC 2019


Author: pkubaj
Date: Thu May  2 11:00:10 2019
New Revision: 500652
URL: https://svnweb.freebsd.org/changeset/ports/500652

Log:
  www/apache24: add USES=compiler:c11
  
  This is needed to fix build of www/mod_maxminddb.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/www/apache24/Makefile

Modified: head/www/apache24/Makefile
==============================================================================
--- head/www/apache24/Makefile	Thu May  2 10:18:03 2019	(r500651)
+++ head/www/apache24/Makefile	Thu May  2 11:00:10 2019	(r500652)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libexpat.so:textproc/expat2 \
 		libapr-1.so:devel/apr1 \
 		libpcre.so:devel/pcre
 
-USES=		apache:server,2.4 autoreconf cpe iconv libtool perl5 tar:bzip2
+USES=		apache:server,2.4 autoreconf compiler:c11 cpe iconv libtool perl5 tar:bzip2
 USE_PERL5=	run
 USE_RC_SUBR=	apache24 htcacheclean
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list