$OpenBSD: patch-Source_GNUmakefile,v 1.4 2011/01/10 18:23:33 sebastia Exp $
--- Source/GNUmakefile.orig	Fri Jan  7 16:06:08 2011
+++ Source/GNUmakefile	Fri Jan  7 16:06:42 2011
@@ -92,7 +92,7 @@ GSLocale.m \
 preface.m
 
 ifeq ($(findstring openbsd, $(GNUSTEP_TARGET_OS)), openbsd)
-  OBJC_LIBS += -lpthread
+  OBJC_LIBS += -pthread
 endif
 
 ifeq ($(GNUSTEP_TARGET_OS), mingw32)
@@ -127,6 +127,7 @@ NSDebug+GNUstepBase.h \
 NSFileHandle+GNUstepBase.h \
 NSLock+GNUstepBase.h \
 NSMutableString+GNUstepBase.h \
+NSNetServices+GNUstepBase.h \
 NSNumber+GNUstepBase.h \
 NSObject+GNUstepBase.h \
 NSProcessInfo+GNUstepBase.h \
