diff options
author | wiz <wiz@pkgsrc.org> | 2009-03-06 14:02:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-03-06 14:02:32 +0000 |
commit | 9336ed5c1bc6622299b043848664537d4dd607d7 (patch) | |
tree | 7000977c7b3ade34e40b8cd6ee09d583cf9ba85a /net/ORBit2/patches/patch-aa | |
parent | d7a53a55001aeb2c0c1bc5c38f2bce7e7a4f9007 (diff) | |
download | pkgsrc-9336ed5c1bc6622299b043848664537d4dd607d7.tar.gz |
Update to 2.14.17:
ORBit2-2.14.17
- bug fixes
+ fix glib single includes (Cosimo Cecchi)
+ various fixes for cross-compiling (Fridrich Strba)
+ do fewer DNS lookups in linc (Jules Colding)
+ fix compiler warnings (Kjartan)
+ threading fixes (Tor Lillqvist)
+ win32 portability fixes (Tor Lillqvist)
Diffstat (limited to 'net/ORBit2/patches/patch-aa')
-rw-r--r-- | net/ORBit2/patches/patch-aa | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/ORBit2/patches/patch-aa b/net/ORBit2/patches/patch-aa index 5405dc80e66..553f1251950 100644 --- a/net/ORBit2/patches/patch-aa +++ b/net/ORBit2/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.6 2004/11/05 10:19:10 sketch Exp $ +$NetBSD: patch-aa,v 1.7 2009/03/06 14:02:32 wiz Exp $ ---- src/idl-compiler/orbit-idl-c-headers.c.orig Wed Nov 3 13:10:51 2004 -+++ src/idl-compiler/orbit-idl-c-headers.c Wed Nov 3 13:11:53 2004 -@@ -447,6 +447,16 @@ +--- src/idl-compiler/orbit-idl-c-headers.c.orig 2008-08-31 14:04:43.000000000 +0000 ++++ src/idl-compiler/orbit-idl-c-headers.c +@@ -587,6 +587,16 @@ ch_output_codefrag(IDL_tree tree, OIDL_R while(*cte && !isspace((int)*cte) && *cte != '"') cte++; *cte = '\0'; fprintf(ci->fh, "#include <%s>\n", ctmp); |