sebastia df53b050e3 use clang lld instead of bfd linker in gnustep.port.mk
The only port that needed a build patch was gworkspace.
no runtime startup issues observed anymore, as it was before
with older lld versions.

Triggered to look at it again by an initial patch from Brad Smith
minor tweask and testing by myself, bump all ports using
gnustep.port.mk
2021-10-19 19:43:35 +00:00

22 lines
543 B
Makefile

# $OpenBSD: Makefile,v 1.19 2021/10/19 19:43:38 sebastia Exp $
COMMENT = GNUstep performance library
VERSION = 0.5.0
REVISION = 9
DISTNAME = Performance-${VERSION}
PKGNAME = gnustep-performance-${VERSION}
CATEGORIES = devel
SHARED_LIBS += Performance 0.2
HOMEPAGE = http://wiki.gnustep.org/index.php/Performance
MASTER_SITES = ${MASTER_SITE_GNUSTEP:=libs/}
MODULES = x11/gnustep
WANTLIB = pthread
MODGNUSTEP_IS_FRAMEWORK = Yes
MAKE_FLAGS += Performance_INTERFACE_VERSION=${LIBPerformance_VERSION}
.include <bsd.port.mk>