diff options
author | linimon <linimon@FreeBSD.org> | 2018-12-20 14:04:01 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-12-20 14:04:01 +0800 |
commit | 6b868a284cd2356f360db89a27cb082e9dca2e17 (patch) | |
tree | a4ae82e0997f6f9b679cb9972ef004e60a8d4ddd /x11/lumina-core | |
parent | c6728e2c815cc7fdf5f7cd5bed996d8f22dff355 (diff) | |
download | freebsd-ports-gnome-6b868a284cd2356f360db89a27cb082e9dca2e17.tar.gz freebsd-ports-gnome-6b868a284cd2356f360db89a27cb082e9dca2e17.tar.zst freebsd-ports-gnome-6b868a284cd2356f360db89a27cb082e9dca2e17.zip |
This port needs USES=compiler:c++11-lang to build on GCC-based architectures.
While here, add USES=gl.
PR: 233926
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'x11/lumina-core')
-rw-r--r-- | x11/lumina-core/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/lumina-core/Makefile b/x11/lumina-core/Makefile index c72870c3fca7..b1443dcf3381 100644 --- a/x11/lumina-core/Makefile +++ b/x11/lumina-core/Makefile @@ -39,7 +39,7 @@ RUN_DEPENDS+= gstreamer1-plugins-core>=0:multimedia/gstreamer1-plugins-core MAKE_JOBS_UNSAFE=yes -USES= qmake qt:5 +USES= compiler:c++11-lang gl qmake qt:5 USE_GL= gl USE_XORG= x11 xdamage xcb USE_LDCONFIG= yes |