pkgsrc/devel/gnustep-base/patches/patch-ab
rh 28af33abf8 Update gnustep-base to 1.20.1. Notable changes include:
- new classes NSHashTable and NSMapTable
 - string handling performance improvements
 - bug fixes and stability improvements
2011-04-07 01:55:14 +00:00

14 lines
416 B
Text

$NetBSD: patch-ab,v 1.7 2011/04/07 01:55:15 rh Exp $
--- base.make.in.orig 2010-06-10 10:13:51.000000000 +0000
+++ base.make.in
@@ -39,7 +39,8 @@ ifeq ($(FOUNDATION_LIB),gnu)
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