blob: e400155d43daa821e2b9f40fee89cca986d06d7f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ab,v 1.3 2003/12/05 09:55:46 adam Exp $
--- base.make.in.orig 2003-01-03 21:14:46.000000000 +0100
+++ base.make.in
@@ -41,6 +41,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
|