blob: 1733c4b3574f67d10ead99c1b3b1062b33f41b90 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ab,v 1.4 2004/08/18 13:59:19 adam Exp $
--- base.make.in.orig 2004-01-26 04:42:28.000000000 +0000
+++ base.make.in
@@ -39,6 +39,7 @@ ifeq ($(FOUNDATION_LIB),gnu)
FND_LDFLAGS =
FND_LIBS = -lgnustep-base
+ OBJC_LIBS = -lobjc @PTHREAD_LIBS@
FND_DEFINE = -DGNUSTEP_BASE_LIBRARY=1
GNUSTEP_DEFINE = -DGNUSTEP
# If gc=yes was passed, use the appropriate library and defines
|