diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-04-03 23:04:09 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-04-03 23:04:09 +0000 |
commit | 5b3490972421e4befe79caea31912a71066e37b5 (patch) | |
tree | 06ad1f3347869c0ce62469b135feddf175be023b | |
parent | deskutils/fet: update to 5.44.0 (diff) |
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)
Notes
Notes:
svn path=/head/; revision=530529
-rw-r--r-- | www/mod_rivet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_rivet/Makefile b/www/mod_rivet/Makefile index 33eddec209d3..3cfd1326ca8b 100644 --- a/www/mod_rivet/Makefile +++ b/www/mod_rivet/Makefile @@ -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 |