as this breaks interoperability between SOGo and Thunderbird Calendar as Landry reported, and found this to be the culprit Tested for some time on my desktop without issues.
47 lines
1.1 KiB
Makefile
47 lines
1.1 KiB
Makefile
# $OpenBSD: Makefile,v 1.83 2022/01/21 11:27:38 sebastia Exp $
|
|
|
|
COMMENT= GNUstep base library
|
|
|
|
DISTNAME= gnustep-base-1.28.0
|
|
REVISION= 3
|
|
|
|
SHARED_LIBS= gnustep-base 10.5
|
|
CATEGORIES= devel
|
|
|
|
LIBDIR= lib/GNUstep/Libraries/gnustep-base/Versions/${LIBgnustep-base_VERSION}
|
|
SUBST_VARS= LIBDIR
|
|
|
|
HOMEPAGE= http://www.gnustep.org/
|
|
|
|
WANTLIB += avahi-client avahi-common c ffi gmp gnutls iberty iconv icudata
|
|
WANTLIB += curl icui18n icuuc m objc2 pthread xml2 xslt z
|
|
WANTLIB += ${COMPILER_LIBCXX}
|
|
|
|
.if ${MACHINE_ARCH} != "i386" && ${MACHINE_ARCH} != "amd64"
|
|
WANTLIB += iberty
|
|
.endif
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNUSTEP:=core/}
|
|
|
|
MODULES = x11/gnustep
|
|
MODGNUSTEP_NEEDS_GUI= No
|
|
MODGNUSTEP_NEEDS_BASE= No
|
|
|
|
LIB_DEPENDS += converters/libiconv \
|
|
devel/libffi \
|
|
devel/gmp \
|
|
textproc/libxslt \
|
|
security/gnutls \
|
|
textproc/icu4c \
|
|
net/avahi,-libs \
|
|
net/curl \
|
|
x11/gnustep/libobjc2
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ENV= ac_cv_header_execinfo_h=false
|
|
CONFIGURE_ARGS += --disable-procfs \
|
|
--disable-procfs-psinfo
|
|
MAKE_FLAGS += libgnustep-base_INTERFACE_VERSION=${LIBgnustep-base_VERSION}
|
|
|
|
.include <bsd.port.mk>
|