pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/soup Don't define alloca on DragonFly, it conflict...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/07d8d44977c2
branches:  trunk
changeset: 500610:07d8d44977c2
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Oct 10 20:25:07 2005 +0000

description:
Don't define alloca on DragonFly, it conflicts with stdlib.h.

diffstat:

 net/soup/distinfo         |   3 ++-
 net/soup/patches/patch-ag |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r be0ce7041c37 -r 07d8d44977c2 net/soup/distinfo
--- a/net/soup/distinfo Mon Oct 10 20:23:05 2005 +0000
+++ b/net/soup/distinfo Mon Oct 10 20:25:07 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2005/05/25 11:14:59 wiz Exp $
+$NetBSD: distinfo,v 1.11 2005/10/10 20:25:07 joerg Exp $
 
 SHA1 (soup-0.7.11.tar.bz2) = 47b185b57311053eb8a30c655981b7136c228923
 RMD160 (soup-0.7.11.tar.bz2) = d63a0af5a4739a6e529bd797e5cb570e872b6d6b
@@ -9,3 +9,4 @@
 SHA1 (patch-ad) = 5d14207d9b8f6c634016f098f876c66438ebdabf
 SHA1 (patch-ae) = 9f33467fae553b666fb9890197fd7b15dde78722
 SHA1 (patch-af) = 27e30c8ae3ebdca706551b656bee6adcdc8f28ac
+SHA1 (patch-ag) = d23dd67a5124269dad0aa3b138afec4e752b8c9a
diff -r be0ce7041c37 -r 07d8d44977c2 net/soup/patches/patch-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/soup/patches/patch-ag Mon Oct 10 20:25:07 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index