UPDATE: devel/git 2.46.0 -> 2.48.1
This commit is contained in:
parent
130fdb79de
commit
2b9f697767
5 changed files with 19 additions and 12 deletions
|
@ -3,7 +3,7 @@ Replace sysctl HW_PHYSMEM/MEMSIZE/whatever madness with sysconf.
|
|||
Index: builtin/gc.c
|
||||
--- builtin/gc.c.orig
|
||||
+++ builtin/gc.c
|
||||
@@ -312,20 +312,13 @@ static uint64_t total_ram(void)
|
||||
@@ -369,20 +369,13 @@ static uint64_t total_ram(void)
|
||||
|
||||
if (!sysinfo(&si))
|
||||
return si.totalram;
|
||||
|
|
|
@ -1,12 +1,17 @@
|
|||
OpenBSD wants DIR_HAS_BSD_GROUP_SEMANTICS, just like FreeBSD
|
||||
|
||||
Index: config.mak.uname
|
||||
--- config.mak.uname.orig
|
||||
+++ config.mak.uname
|
||||
@@ -292,7 +292,7 @@ ifeq ($(uname_S),FreeBSD)
|
||||
@@ -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)
|
||||
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