blob: de5e9772b059bd73ebaf8f0af979f0d414cee9b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-aa,v 1.3 2009/04/13 12:12:44 rh Exp $
--- GNUmakefile.orig 2007-05-08 13:41:50.000000000 +1000
+++ GNUmakefile
@@ -49,7 +49,6 @@ CLIBRARY_NAME = libobjc
# dce, decosf1, irix, mach, os2, posix, pthreads, single, solaris, vxworks
THREADING = posix
ifeq ($(GNUSTEP_TARGET_OS),netbsdelf)
-ADDITIONAL_CPPFLAGS += -DMISSING_SCHED_PARAM_STRUCT
endif
ifeq ($(GNUSTEP_TARGET_OS),mingw32)
THREADING = win32
|