x11/gnustep: explicitly disable libdispatch as its presence breaks

the build.

ok kn, maintainer timeout as usual
This commit is contained in:
tb 2022-10-31 20:34:41 +00:00
parent a345bd907c
commit ef33a06d3a

View File

@ -1,7 +1,7 @@
COMMENT= GNUstep base library COMMENT= GNUstep base library
DISTNAME= gnustep-base-1.28.0 DISTNAME= gnustep-base-1.28.0
REVISION= 3 REVISION= 4
SHARED_LIBS= gnustep-base 10.5 SHARED_LIBS= gnustep-base 10.5
CATEGORIES= devel CATEGORIES= devel
@ -37,7 +37,8 @@ LIB_DEPENDS += converters/libiconv \
CONFIGURE_STYLE=gnu CONFIGURE_STYLE=gnu
CONFIGURE_ENV= ac_cv_header_execinfo_h=false CONFIGURE_ENV= ac_cv_header_execinfo_h=false
CONFIGURE_ARGS += --disable-procfs \ CONFIGURE_ARGS += --disable-libdispatch \
--disable-procfs \
--disable-procfs-psinfo --disable-procfs-psinfo
MAKE_FLAGS += libgnustep-base_INTERFACE_VERSION=${LIBgnustep-base_VERSION} MAKE_FLAGS += libgnustep-base_INTERFACE_VERSION=${LIBgnustep-base_VERSION}