diff options
Diffstat (limited to 'net/soup/patches/patch-ag')
-rw-r--r-- | net/soup/patches/patch-ag | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/soup/patches/patch-ag b/net/soup/patches/patch-ag new file mode 100644 index 00000000000..615c725f3c1 --- /dev/null +++ b/net/soup/patches/patch-ag @@ -0,0 +1,14 @@ +$NetBSD: patch-ag,v 1.1 2005/10/10 20:25:07 joerg Exp $ + +--- src/libsoup/soup-private.h.orig 2005-07-10 16:03:45.000000000 +0000 ++++ src/libsoup/soup-private.h +@@ -31,7 +31,9 @@ + # pragma alloca + # else + # ifndef alloca /* predefined by HP cc +Olibcalls */ ++#ifndef __DragonFly__ + char *alloca (); ++#endif + # endif + # endif + # endif |