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

23 lines
495 B
Makefile

# $OpenBSD: Makefile,v 1.14 2021/10/19 19:43:38 sebastia Exp $
COMMENT = GNUstep wrapper around libpcap
V = 0.2
REVISION = 10
DISTNAME = PcapKit-${V}
PKGNAME = gnustep-pcapkit-${V}
CATEGORIES = net
SHARED_LIBS = PcapKit 0.0
HOMEPAGE = http://gna.org/projects/gnustep-nonfsf
MASTER_SITES = http://download.gna.org/gnustep-nonfsf/
MODULES = x11/gnustep
WANTLIB = pthread pcap
MODGNUSTEP_IS_FRAMEWORK = Yes
MAKE_ENV += PcapKit_INTERFACE_VERSION=${LIBPcapKit_VERSION}
.include <bsd.port.mk>