openbsd-ports/japanese/onew/patches/patch-sys_regex_c
espie e3b08592ce Likewise, the various onew were there only to satisfy jvim needs.
- pull all ports in one;
- PREFIX->LOCALBASE;
- don't substitute in conf file, use MAKE_FLAGS instead;
- rename patches;
- pass CFLAGS to sub makes
2001-03-28 15:17:34 +00:00

13 lines
352 B
Plaintext

$OpenBSD: patch-sys_regex_c,v 1.1.1.1 2001/03/28 15:17:35 espie Exp $
--- sys/regex.c.orig Fri Jun 30 06:56:01 1995
+++ sys/regex.c Wed Mar 28 03:58:57 2001
@@ -35,7 +35,7 @@ re_exec(pattern)
#else
#if defined(hpux) \
|| defined(bsdi) \
- || defined(__FreeBSD__)
+ || defined(__FreeBSD__) || defined(__OpenBSD__)
#ifdef bsdi
#include <stdio.h>