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:
parent
dcf468059a
commit
f2992047dc
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user