pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/evolution-data-server Not every compiler knows __...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e5396bf2bb77
branches: trunk
changeset: 535365:e5396bf2bb77
user: rillig <rillig%pkgsrc.org@localhost>
date: Thu Nov 15 09:19:36 2007 +0000
description:
Not every compiler knows __FUNCTION__.
diffstat:
mail/evolution-data-server/distinfo | 3 ++-
mail/evolution-data-server/patches/patch-at | 15 +++++++++++++++
2 files changed, 17 insertions(+), 1 deletions(-)
diffs (33 lines):
diff -r 17d059ae233c -r e5396bf2bb77 mail/evolution-data-server/distinfo
--- a/mail/evolution-data-server/distinfo Thu Nov 15 07:27:17 2007 +0000
+++ b/mail/evolution-data-server/distinfo Thu Nov 15 09:19:36 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.39 2007/11/03 21:51:28 drochner Exp $
+$NetBSD: distinfo,v 1.40 2007/11/15 09:19:36 rillig Exp $
SHA1 (evolution-data-server-1.12.1.tar.bz2) = 3d91c87c257ee080baf0f182dd46079752f427ed
RMD160 (evolution-data-server-1.12.1.tar.bz2) = ea24f2e3a77e16dccd4c398d558688418a0613b2
@@ -10,3 +10,4 @@
SHA1 (patch-aq) = 375d592b72f59fa70160bf23aa260338d350c517
SHA1 (patch-ar) = b6b92b068f94954d435cff11543a4de7d07712ac
SHA1 (patch-as) = 6aca887951562eb26d2e3de0ef0f0d909c0ce886
+SHA1 (patch-at) = 2b94015299ab7a97aca4c9edda8dd3794b07437b
diff -r 17d059ae233c -r e5396bf2bb77 mail/evolution-data-server/patches/patch-at
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/evolution-data-server/patches/patch-at Thu Nov 15 09:19:36 2007 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-at,v 1.1 2007/11/15 09:19:37 rillig Exp $
+
+--- addressbook/libebook/e-book.c.orig 2007-10-12 08:29:45.000000000 +0200
++++ addressbook/libebook/e-book.c 2007-11-15 08:58:40.958576000 +0100
+@@ -21,6 +21,10 @@
+
+ #define d(x)
+
++#if !defined(__GNUC__) && !defined(__FUNCTION__)
++#define __FUNCTION__ __func__
++#endif
++
+ GMainContext *_ebook_context;
+
+ static GObjectClass *parent_class;
Home |
Main Index |
Thread Index |
Old Index