diff options
author | yuri <yuri@FreeBSD.org> | 2018-11-24 01:46:11 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-11-24 01:46:11 +0800 |
commit | 1c23a0a8eb18c254ad26dee3da52e3c64718db8b (patch) | |
tree | 999e7e3b218a207ed3fe0f0166fdc9f9f46b0e4e | |
parent | 7e012cda931728c6795221dc01e48d5052b86434 (diff) | |
download | freebsd-ports-gnome-1c23a0a8eb18c254ad26dee3da52e3c64718db8b.tar.gz freebsd-ports-gnome-1c23a0a8eb18c254ad26dee3da52e3c64718db8b.tar.zst freebsd-ports-gnome-1c23a0a8eb18c254ad26dee3da52e3c64718db8b.zip |
devel/ignition-tools: fix build with GCC-based architectures by adding USES=compiler:c++11-lang
PR: 233447
Reported by: Piotr Kubaj <pkubaj@anongoth.pl>
-rw-r--r-- | devel/ignition-tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ignition-tools/Makefile b/devel/ignition-tools/Makefile index 61e7e08bd2ce..27c070e770b7 100644 --- a/devel/ignition-tools/Makefile +++ b/devel/ignition-tools/Makefile @@ -11,7 +11,7 @@ COMMENT= Ignition entry point (ign) for using all the suite of ignition tools LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake:outsource pkgconfig shebangfix +USES= cmake:outsource compiler:c++11-lang pkgconfig shebangfix SHEBANG_FILES= src/ign.in USE_RUBY= yes |