summaryrefslogtreecommitdiff
path: root/user/kbuild/obstack.patch
diff options
context:
space:
mode:
Diffstat (limited to 'user/kbuild/obstack.patch')
-rw-r--r--user/kbuild/obstack.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/user/kbuild/obstack.patch b/user/kbuild/obstack.patch
new file mode 100644
index 000000000..9c2d0a317
--- /dev/null
+++ b/user/kbuild/obstack.patch
@@ -0,0 +1,12 @@
+diff --git a/src/sed/Makefile.kmk b/src/sed/Makefile.kmk
+index f34b3e8..1734c59 100644
+--- a/src/sed/Makefile.kmk
++++ b/src/sed/Makefile.kmk
+@@ -57,6 +57,7 @@ kmk_sed_SOURCES = \
+ sed/mbcs.c \
+ lib/getopt1.c \
+ lib/getopt.c \
++ lib/obstack.c \
+ lib/utils.c
+ kmk_sed_SOURCES.darwin = \
+ lib/strverscmp.c \