mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
multimedia/gstreamer1-qt: fix build on current by using c++11
/wrkdirs/usr/ports/multimedia/gstreamer1-qt/work/qt-gstreamer-1.2.0/src/QGlib/connect.cpp:395:5: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register bool ok = (m_handlerIdInRemoval != handlerId); ^~~~~~~~~
This commit is contained in:
parent
9fa404201f
commit
7eb472473a
@ -19,6 +19,7 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs \
|
||||
CONFLICTS_INSTALL= gstreamer${PKGNAMESUFFIX}
|
||||
|
||||
USES= bison cmake compiler:c++11-lang gl gnome gstreamer pathfix pkgconfig qt:5 tar:xz
|
||||
USE_CXXSTD= c++11
|
||||
USE_GL= gl
|
||||
USE_GNOME= glib20
|
||||
USE_QT= buildtools:build qmake:build core declarative gui network opengl \
|
||||
|
Loading…
Reference in New Issue
Block a user