From 29b5459baed8a3c750dd80308bfde477aeeaef8d Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Fri, 12 Dec 2025 06:26:49 +0000 Subject: [PATCH] Disable relocation to unbreak consumers. It needs /proc/self/exe. --- graphics/babl/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/graphics/babl/Makefile b/graphics/babl/Makefile index 25b3d7448f7..7f92af0a025 100644 --- a/graphics/babl/Makefile +++ b/graphics/babl/Makefile @@ -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