Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Apr 2020 23:04:09 +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: r530529 - head/www/mod_rivet
Message-ID:  <202004032304.033N490I035974@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Fri Apr  3 23:04:09 2020
New Revision: 530529
URL: https://svnweb.freebsd.org/changeset/ports/530529

Log:
  www/mod_rivet: fix build on GCC architectures
  
  Use C11 compiler:
  ./mod_rivet_ng/rivet_types.h:44: error: redefinition of typedef 'ApacheUpload'
  
  MFH:		2020Q2 (build fix blanket)

Modified:
  head/www/mod_rivet/Makefile

Modified: head/www/mod_rivet/Makefile
==============================================================================
--- head/www/mod_rivet/Makefile	Fri Apr  3 21:53:46 2020	(r530528)
+++ head/www/mod_rivet/Makefile	Fri Apr  3 23:04:09 2020	(r530529)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libitcl.so:lang/itcl
 
-USES+=		apache:2.2-2.4 gmake \
+USES+=		apache:2.2-2.4 compiler:c11 gmake \
 		libtool tcl:86+,tea
 USE_LDCONFIG=	${PREFIX}/lib/rivet
 



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