svn commit: r530530 - branches/2020Q2/www/mod_rivet

Piotr Kubaj pkubaj at FreeBSD.org
Fri Apr 3 23:41:29 UTC 2020


Author: pkubaj
Date: Fri Apr  3 23:05:02 2020
New Revision: 530530
URL: https://svnweb.freebsd.org/changeset/ports/530530

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

Modified:
  branches/2020Q2/www/mod_rivet/Makefile
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/www/mod_rivet/Makefile
==============================================================================
--- branches/2020Q2/www/mod_rivet/Makefile	Fri Apr  3 23:04:09 2020	(r530529)
+++ branches/2020Q2/www/mod_rivet/Makefile	Fri Apr  3 23:05:02 2020	(r530530)
@@ -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
 


More information about the svn-ports-all mailing list