aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2023-12-09 19:56:19 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2023-12-09 20:28:57 +0000
commit7c1225d18f6a36673acfddb3282ccba722b62b7b (patch)
tree9479cb1d32807c49cfaa9345bae101a9a4ddd2c1
parente122145aca801e576dc6130d496d6db174a4af78 (diff)
downloadports-7c1225d18f6a36673acfddb3282ccba722b62b7b.tar.gz
ports-7c1225d18f6a36673acfddb3282ccba722b62b7b.zip
print/qpdfview: fix build with upcoming poppler 23.12
PR: 275555
-rw-r--r--print/qpdfview/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/qpdfview/Makefile b/print/qpdfview/Makefile
index 5ccaa8665a67..8ee8e8ad46b6 100644
--- a/print/qpdfview/Makefile
+++ b/print/qpdfview/Makefile
@@ -13,11 +13,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpoppler-qt5.so:graphics/poppler-qt5
-USES= compiler:c++11-lang desktop-file-utils gl pkgconfig qmake qt:5
+USES= compiler:c++17-lang desktop-file-utils gl pkgconfig qmake qt:5
USE_GL= gl
USE_LDCONFIG= yes
USE_QT= concurrent core dbus gui imageformats linguisttools \
printsupport sql sql-sqlite3 svg widgets xml buildtools:build
+USE_CXXSTD= c++17
QMAKE_SOURCE_PATH= ${PORTNAME}.pro