Disable relocation to unbreak consumers.

It needs /proc/self/exe.
This commit is contained in:
ajacoutot
2025-12-12 06:26:49 +00:00
parent 39233ed96c
commit 29b5459bae
+4
View File
@@ -3,6 +3,7 @@ COMMENT= dynamic pixel format conversion library
V= 0.1.118
DISTNAME= babl-${V}
EXTRACT_SUFX= .tar.xz
REVISION= 0
API_VERSION= ${V:R}
SUBST_VARS= API_VERSION
@@ -37,6 +38,9 @@ BUILD_DEPENDS += devel/git
LIB_DEPENDS= graphics/lcms2
# needs /proc/self/exe
CONFIGURE_ARGS += -Drelocatable=disabled
.if ${MACHINE_ARCH} == "i386"
CONFIGURE_ARGS += -Denable-sse=false \
-Denable-sse2=false