Files
ports/devel/py-uhid-freebsd
Piotr Kubaj c3fc71e864 devel/py-uhid-freebsd: fix build on GCC architectures
Use C++11 compiler:
uhid_freebsd.cpp:43: error: ISO C++ forbids declaration of 'devRegex' with no type
uhid_freebsd.cpp:43: error: 'regex' is not a member of 'std'
uhid_freebsd.cpp:44: error: 'cmatch' is not a member of 'std'
uhid_freebsd.cpp:44: error: expected `;' before 'cmDev'

Approved by:	mentors (implicit approval)
2019-09-15 11:30:17 +00:00
..