diff options
author | jperkin <jperkin> | 2013-10-24 09:38:24 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2013-10-24 09:38:24 +0000 |
commit | a818148b7d9825c86f1a70408d4d89c2a7cdb159 (patch) | |
tree | 08d5c298d11cb35a2155b45ebe3007cc1181a4a7 /news/suck/patches | |
parent | f7c9744a194318a848f602613d86af50485463d3 (diff) | |
download | pkgsrc-a818148b7d9825c86f1a70408d4d89c2a7cdb159.tar.gz |
Fix build on SunOS. Patch from Thomas Merkel.
Diffstat (limited to 'news/suck/patches')
-rw-r--r-- | news/suck/patches/patch-ab | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/suck/patches/patch-ab b/news/suck/patches/patch-ab index fee5a29c97c..9cf748e7479 100644 --- a/news/suck/patches/patch-ab +++ b/news/suck/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.3 2006/10/15 21:59:13 schwarz Exp $ +$NetBSD: patch-ab,v 1.4 2013/10/24 09:38:24 jperkin Exp $ --- killfile.c.orig 2006-01-02 23:24:47.000000000 +0000 +++ killfile.c @@ -6,7 +6,7 @@ $NetBSD: patch-ab,v 1.3 2006/10/15 21:59:13 schwarz Exp $ void print_debug(PKillStruct, const char *); void debug_one_kill(POneKill); void add_to_linkedlist(pmy_regex *, pmy_regex); -+#if !defined(__DragonFly__) && !defined(__APPLE__) ++#if !defined(__DragonFly__) && !defined(__APPLE__) && !defined(__sun) const char *strnstr(const char *, const char *); +#endif pmy_regex regex_scan(char *, char, int, int, char); |