diff options
author | linimon <linimon@FreeBSD.org> | 2018-11-07 07:52:17 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-11-07 07:52:17 +0800 |
commit | a495a8dd95e857cd00f82a974a660dd8d3876cfe (patch) | |
tree | 05a9e3d6bf08fee687f979912661a84be94aa1d5 /graphics | |
parent | 27b6ff8bc312a50934440e1abab920516ff7cdd6 (diff) | |
download | freebsd-ports-gnome-a495a8dd95e857cd00f82a974a660dd8d3876cfe.tar.gz freebsd-ports-gnome-a495a8dd95e857cd00f82a974a660dd8d3876cfe.tar.zst freebsd-ports-gnome-a495a8dd95e857cd00f82a974a660dd8d3876cfe.zip |
Add compiler:c++11-lang to USES to fix linking with boost.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gnash/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile index 3325c04ceabd..6ecbe349bb08 100644 --- a/graphics/gnash/Makefile +++ b/graphics/gnash/Makefile @@ -26,7 +26,7 @@ LIB_DEPENDS= libltdl.so:devel/libltdl \ CONFLICTS= gnash-devel-[0-9]* -USES= cpe tar:bzip2 compiler:features autoreconf pkgconfig gmake libtool jpeg desktop-file-utils +USES= autoreconf compiler:c++11-lang cpe desktop-file-utils gmake jpeg libtool pkgconfig tar:bzip2 CPE_VENDOR= gnu GNU_CONFIGURE= yes WANT_GSTREAMER= yes |