SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
devel/git/patches/patch-config_mak_uname
Normal file
15
devel/git/patches/patch-config_mak_uname
Normal file
|
@ -0,0 +1,15 @@
|
|||
OpenBSD wants DIR_HAS_BSD_GROUP_SEMANTICS, just like FreeBSD
|
||||
|
||||
Index: config.mak.uname
|
||||
--- config.mak.uname.orig
|
||||
+++ config.mak.uname
|
||||
@@ -280,8 +280,7 @@ ifeq ($(uname_S),FreeBSD)
|
||||
FILENO_IS_A_MACRO = UnfortunatelyYes
|
||||
endif
|
||||
ifeq ($(uname_S),OpenBSD)
|
||||
- NO_STRCASESTR = YesPlease
|
||||
- NO_MEMMEM = YesPlease
|
||||
+ DIR_HAS_BSD_GROUP_SEMANTICS = YesPlease
|
||||
USE_ST_TIMESPEC = YesPlease
|
||||
NEEDS_LIBICONV = YesPlease
|
||||
BASIC_CFLAGS += -I/usr/local/include
|
Loading…
Add table
Add a link
Reference in a new issue