Date: Fri, 3 Apr 2020 23:05:02 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r530530 - branches/2020Q2/www/mod_rivet Message-ID: <202004032305.033N526w036177@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004032305.033N526w036177>