2013-09-26 17:14:40 +02:00

15 lines
431 B
Plaintext

$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