aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-09-27 08:09:53 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-09-27 08:09:53 +0000
commita1b64504962c20c286d09ce6debe73c2060050a3 (patch)
tree7d897fef5e3ddc312b829f9311e9a2ba5689af9f /misc
parent612c91a1c2177c91cbc09189845d5101446022a0 (diff)
downloadports-a1b64504962c20c286d09ce6debe73c2060050a3.tar.gz
ports-a1b64504962c20c286d09ce6debe73c2060050a3.zip
Add compiler:c11 to USES to fix build on GCC-based systems:
cc1: error: unrecognized command line option "-std=c11" Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=550255
Diffstat (limited to 'misc')
-rw-r--r--misc/libmodulemd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/libmodulemd/Makefile b/misc/libmodulemd/Makefile
index 402ba3df98d9..eea085f9f6fa 100644
--- a/misc/libmodulemd/Makefile
+++ b/misc/libmodulemd/Makefile
@@ -17,7 +17,7 @@ BUILD_DEPENDS= bash:shells/bash \
LIB_DEPENDS= librpmio.so:archivers/rpm4 \
libyaml.so:textproc/libyaml
-USES= gnome meson pkgconfig tar:xz
+USES= compiler:c11 gnome meson pkgconfig tar:xz
USE_GNOME= glib20 introspection:build
USE_LDCONFIG= yes