Set -DRUN_GPERF_IF_PRESENT=OFF to prevent picking up gperf during configure and

having dpb(1) junk it. This prevents ending up with undefined symbols.

hint from sthen@
This commit is contained in:
ajacoutot 2022-11-25 09:32:28 +00:00
parent dcf468059a
commit f2992047dc

View File

@ -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 <bsd.port.mk>