Skip to content

Commit

Permalink
graphics/qtpbfimageplugin: Fix build with protobuf 22+
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Dec 14, 2023
1 parent 07238aa commit 23a053c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion graphics/qtpbfimageplugin/Makefile
Expand Up @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE

LIB_DEPENDS= libprotobuf-lite.so:devel/protobuf

USES= compiler:c++11-lang gl qmake qt:5
USES= compiler:c++17-lang gl qmake qt:5
USE_QT= core gui buildtools:build
USE_GL= gl
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
Expand All @@ -21,6 +21,8 @@ USE_GITHUB= yes
GH_ACCOUNT= tumic0
GH_PROJECT= QtPBFImagePlugin

USE_CXXSTD= c++17

PLIST_FILES= ${QT_PLUGINDIR}/imageformats/libpbf.so

.include <bsd.port.mk>

0 comments on commit 23a053c

Please sign in to comment.