mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 03:33:34 -04:00
14 lines
349 B
Plaintext
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
|
|
|