Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 May 2019 11:00:10 +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: r500652 - head/www/apache24
Message-ID:  <201905021100.x42B0A5P094200@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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