mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:07:36 +00:00
Ports: Update flex's patches to use git patches
This commit is contained in:
parent
17ef3530cd
commit
4fa66c91d5
12 changed files with 195 additions and 74 deletions
33
Ports/flex/patches/0001-Fix-config.h.in.patch
Normal file
33
Ports/flex/patches/0001-Fix-config.h.in.patch
Normal file
|
@ -0,0 +1,33 @@
|
|||
From 622a451c631ed96575c78f68b9df830fe6beedac Mon Sep 17 00:00:00 2001
|
||||
From: Brian Callahan <bcallah@openbsd.org>
|
||||
Date: Thu, 23 Jan 2020 23:43:31 -0500
|
||||
Subject: [PATCH 1/6] Fix config.h.in
|
||||
|
||||
FIXME: This patch does not have any accompanying information.
|
||||
---
|
||||
src/config.h.in | 6 ------
|
||||
1 file changed, 6 deletions(-)
|
||||
|
||||
diff --git a/src/config.h.in b/src/config.h.in
|
||||
index 4756505..96fba7b 100644
|
||||
--- a/src/config.h.in
|
||||
+++ b/src/config.h.in
|
||||
@@ -249,15 +249,9 @@
|
||||
/* Define to empty if `const' does not conform to ANSI C. */
|
||||
#undef const
|
||||
|
||||
-/* Define to rpl_malloc if the replacement function should be used. */
|
||||
-#undef malloc
|
||||
-
|
||||
/* Define to `int' if <sys/types.h> does not define. */
|
||||
#undef pid_t
|
||||
|
||||
-/* Define to rpl_realloc if the replacement function should be used. */
|
||||
-#undef realloc
|
||||
-
|
||||
/* Define to `unsigned int' if <sys/types.h> does not define. */
|
||||
#undef size_t
|
||||
|
||||
--
|
||||
2.36.1
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue