diff options
author | joerg <joerg> | 2006-03-14 01:42:55 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-03-14 01:42:55 +0000 |
commit | bb2c236be0f55e126c9d2d5c2188ba989e34a1d1 (patch) | |
tree | 85512eded14f741255ab1679e6727c1abf3eea38 /net/netcat6/patches | |
parent | e6342ffe23763414da367ec2fc1cd928432bb0ea (diff) | |
download | pkgsrc-bb2c236be0f55e126c9d2d5c2188ba989e34a1d1.tar.gz |
Fix build on DragonFly. Remove autogenerated locale files from PLIST.
Bump revision.
Diffstat (limited to 'net/netcat6/patches')
-rw-r--r-- | net/netcat6/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/netcat6/patches/patch-aa b/net/netcat6/patches/patch-aa new file mode 100644 index 00000000000..a7bf2c9c52b --- /dev/null +++ b/net/netcat6/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.3 2006/03/14 01:42:55 joerg Exp $ + +--- src/netsupport.c.orig 2006-03-14 01:33:01.000000000 +0000 ++++ src/netsupport.c +@@ -38,7 +38,7 @@ + #ifdef _AIX + #pragma alloca + #else +-#ifndef alloca /* predefined by HP cc +Olibcalls */ ++#if !defined(alloca) && !defined(__DragonFly__) && !defined(__FreeBSD__) + char *alloca(); + #endif + #endif |