diff --git a/print/poppler/Makefile b/print/poppler/Makefile index 18dcf3b4dfc..a264039f547 100644 --- a/print/poppler/Makefile +++ b/print/poppler/Makefile @@ -11,7 +11,7 @@ PKGNAME-utils= poppler-utils-$V PKGNAME-qt5= poppler-qt5-$V PKGNAME-qt6= poppler-qt6-$V -REVISION-main = 0 +REVISION-main = 1 EXTRACT_SUFX= .tar.xz @@ -104,4 +104,8 @@ CONFIGURE_ARGS+=-DENABLE_UNSTABLE_API_ABI_HEADERS=True \ -DOpenJPEG_DIR=${LOCALBASE}/lib/openjp2 \ -DX11BASE=${X11BASE} +# if gperf is found at configure time then junked, it will triggers undefined +# symbols +CONFIGURE_ARGS += -DRUN_GPERF_IF_PRESENT=OFF + .include