Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/geekcode/files: geekcode-1.7.3-exit.patch
Date: Thu, 30 Dec 2010 18:19:11
Message-Id: 20101230181846.493E720054@flycatcher.gentoo.org
1 jer 10/12/30 18:18:46
2
3 Added: geekcode-1.7.3-exit.patch
4 Log:
5 Respect LDFLAGS (bug #342303), add missing include.
6
7 (Portage version: 2.2.0_alpha10/cvs/Linux i686)
8
9 Revision Changes Path
10 1.1 app-misc/geekcode/files/geekcode-1.7.3-exit.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/geekcode/files/geekcode-1.7.3-exit.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/geekcode/files/geekcode-1.7.3-exit.patch?rev=1.1&content-type=text/plain
14
15 Index: geekcode-1.7.3-exit.patch
16 ===================================================================
17 --- geekcode.h.orig 2003-06-30 16:47:40.000000000 +0200
18 +++ geekcode.h 2010-12-30 19:14:51.000000000 +0100
19 @@ -22,6 +22,7 @@
20 #ifndef __INCLUDED_GEEKCODE_H__
21 #define __INCLUDED_GEEKCODE_H__
22
23 +#include <stdlib.h> /* exit() */
24
25 #define VERSION "1.7.3" /* Added in v1.2 */