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

14 lines
349 B
Plaintext

$NetBSD: patch-ad,v 1.7 2012/10/22 02:17:16 rh Exp $
--- Source/GNUmakefile.orig 2011-10-19 15:25:38.000000000 +0000
+++ Source/GNUmakefile
@@ -99,7 +99,7 @@ GNU_MFILES = \
GSLocale.m \
preface.m
-ifeq ($(findstring openbsd, $(GNUSTEP_TARGET_OS)), openbsd)
+ifeq ($(findstring bsd, $(GNUSTEP_TARGET_OS)), bsd)
OBJC_LIBS += -pthread
endif