17 lines
515 B
Text
17 lines
515 B
Text
OpenBSD wants DIR_HAS_BSD_GROUP_SEMANTICS, just like FreeBSD
|
|
|
|
Index: config.mak.uname
|
|
--- config.mak.uname.orig
|
|
+++ config.mak.uname
|
|
@@ -293,9 +293,8 @@ ifeq ($(uname_S),FreeBSD)
|
|
FREAD_READS_DIRECTORIES = UnfortunatelyYes
|
|
FILENO_IS_A_MACRO = UnfortunatelyYes
|
|
endif
|
|
-ifeq ($(uname_S),OpenBSD)
|
|
- NO_STRCASESTR = YesPlease
|
|
- NO_MEMMEM = YesPlease
|
|
+ifeq ($(uname_S),SecBSD)
|
|
+ DIR_HAS_BSD_GROUP_SEMANTICS = YesPlease
|
|
USE_ST_TIMESPEC = YesPlease
|
|
NEEDS_LIBICONV = YesPlease
|
|
BASIC_CFLAGS += -I/usr/local/include
|