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:
Tobias C. Berner 2023-06-29 18:56:25 +02:00
parent 9fa404201f
commit 7eb472473a
1 changed files with 1 additions and 0 deletions

View File

@ -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 \