mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
This port needs C++11-compatible compiler. Add USES=compiler:c++11-lang
to fix build on GCC-based architectures: /usr/local/include/sigc++-2.0/sigc++/visit_each.h:22:23: error: type_traits: No such file or directory While here, pet portlint. PR: 236986 Submitted by: Piotr Kubaj Approved by: maintainer
This commit is contained in:
parent
91c2d55e03
commit
f2fe39a280
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498221
@ -10,7 +10,8 @@ COMMENT= Simple joystick tester based on Gtk+
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= cmake pkgconfig libtool localbase:ldflags
|
||||
USES= cmake compiler:c++11-lang gnome libtool localbase:ldflags \
|
||||
pkgconfig
|
||||
USE_GNOME= gtkmm30 libsigc++20
|
||||
|
||||
INSTALLS_ICONS= yes
|
||||
|
Loading…
Reference in New Issue
Block a user