blob: 60074bef765e07b1fe76beffb3a2ffa08e5fa5e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ad,v 1.10 2020/11/11 11:03:12 mef Exp $
--- Source/GNUmakefile.orig 2020-04-05 20:00:40.000000000 +0200
+++ Source/GNUmakefile 2020-04-14 15:07:59.290740281 +0200
@@ -102,9 +102,9 @@
GNU_MFILES = \
GSLocale.m \
preface.m
-ifeq ($(findstring openbsd, $(GNUSTEP_TARGET_OS)), openbsd)
+ifeq ($(findstring bsd, $(GNUSTEP_TARGET_OS)), bsd)
OBJC_LIBS += -pthread
endif
ifeq ($(GNUSTEP_TARGET_OS), mingw32)
|