mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
Disable relocation to unbreak consumers.
It needs /proc/self/exe.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user