1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Add compiler:c++11-lang to USES to fix build on GCC-based systems:

CMake Error in CMakeLists.txt:
  The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1.

While here, sort USES; add one blank line to be in accordance with
common usage.

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2021-02-12 03:01:23 +00:00
parent 01ac3c74de
commit 8754578e37
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=564990

View File

@ -10,10 +10,11 @@ COMMENT= Screen dump utility
LICENSE= LGPL21+
USES= lxqt tar:xz cmake xorg qt:5 gnome kde:5
USES= cmake compiler:c++11-lang gnome kde:5 lxqt qt:5 tar:xz xorg
USE_LXQT= qtxdg
USE_XORG= x11 xcb sm ice xext
USE_KDE= windowsystem
USE_QT= buildtools qmake core dbus xml svg widgets gui x11extras network
USE_GNOME= glib20
.include <bsd.port.mk>