Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libnids/files: libnids-1.23-elif.patch
Date: Thu, 02 Jul 2009 15:49:23
Message-Id: E1MMOXJ-0003fA-Qr@stork.gentoo.org
1 jer 09/07/02 15:49:21
2
3 Added: libnids-1.23-elif.patch
4 Log:
5 Fix compiling with gcc 4.4 (bug #276239).
6 (Portage version: 2.2_rc33/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 net-libs/libnids/files/libnids-1.23-elif.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libnids/files/libnids-1.23-elif.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libnids/files/libnids-1.23-elif.patch?rev=1.1&content-type=text/plain
13
14 Index: libnids-1.23-elif.patch
15 ===================================================================
16 --- libnids-1.23/src/killtcp.c.orig 2006-05-08 22:05:51.000000000 +0200
17 +++ libnids-1.23/src/killtcp.c 2009-07-02 17:42:29.000000000 +0200
18 @@ -118,6 +118,6 @@
19 if (initialized)
20 abort();
21 }
22 -#elif
23 +#else
24 #error Something wrong with LIBNET_VER
25 #endif