mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-10 22:00:09 +02:00
43 lines
1.1 KiB
Plaintext
43 lines
1.1 KiB
Plaintext
From 7fc7761c22fbd9f5c481d97d8655f310ecb9180c Mon Sep 17 00:00:00 2001
|
|
From: Oliver Tappe <zooey@hirschkaefer.de>
|
|
Date: Thu, 8 Aug 2013 11:44:47 +0200
|
|
Subject: applying patch sed-4.2.1.patch
|
|
|
|
|
|
diff --git a/lib/regexec.c b/lib/regexec.c
|
|
index 45bc796..3d757ca 100644
|
|
--- a/lib/regexec.c
|
|
+++ b/lib/regexec.c
|
|
@@ -17,6 +17,8 @@
|
|
License along with the GNU C Library; if not, see
|
|
<http://www.gnu.org/licenses/>. */
|
|
|
|
+#include "stdbool.h"
|
|
+
|
|
static reg_errcode_t match_ctx_init (re_match_context_t *cache, int eflags,
|
|
Idx n) internal_function;
|
|
static void match_ctx_clean (re_match_context_t *mctx) internal_function;
|
|
--
|
|
2.10.2
|
|
|
|
|
|
From 4b02f1a4b378d25a1595cdbe9c7c3ab483cfa2aa Mon Sep 17 00:00:00 2001
|
|
From: Oliver Tappe <zooey@hirschkaefer.de>
|
|
Date: Thu, 8 Aug 2013 11:50:12 +0200
|
|
Subject: Fix path to 'env' in help2man
|
|
|
|
|
|
diff --git a/build-aux/help2man b/build-aux/help2man
|
|
index ac3b293..590a5f2 100755
|
|
--- a/build-aux/help2man
|
|
+++ b/build-aux/help2man
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/env perl
|
|
+#!/bin/env perl
|
|
|
|
# Generate a short man page from --help and --version output.
|
|
# Copyright (C) 1997-2017 Free Software Foundation, Inc.
|
|
--
|
|
2.10.2
|
|
|