$NetBSD: patch-ab,v 1.8 2012/10/22 02:17:16 rh Exp $ --- base.make.in.orig 2012-01-17 09:28:03.000000000 +0000 +++ base.make.in @@ -39,7 +39,8 @@ ifeq ($(BASE_MAKE_LOADED),) GNUSTEP_BASE_SUBMINOR_VERSION = @SUBMINOR_VERSION@ FND_LDFLAGS = - FND_LIBS = -lgnustep-base + FND_LIBS = -lgnustep-base -lobjc + OBJC_LIBS = -lpthread FND_DEFINE = -DGNUSTEP_BASE_LIBRARY=1 GNUSTEP_DEFINE = -DGNUSTEP else