* [gentoo-commits] gentoo-x86 commit in games-engines/freesci/files: freesci-0.6.4-glibc2.10.patch
@ 2009-06-13 16:42 Tristan Heaven (nyhm)
0 siblings, 0 replies; 2+ messages in thread
From: Tristan Heaven (nyhm) @ 2009-06-13 16:42 UTC (permalink / raw
To: gentoo-commits
nyhm 09/06/13 16:42:10
Added: freesci-0.6.4-glibc2.10.patch
Log:
Fix building with glibc-2.10, bug #273398
(Portage version: 2.2_rc33/cvs/Linux i686)
Revision Changes Path
1.1 games-engines/freesci/files/freesci-0.6.4-glibc2.10.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/freesci/files/freesci-0.6.4-glibc2.10.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/freesci/files/freesci-0.6.4-glibc2.10.patch?rev=1.1&content-type=text/plain
Index: freesci-0.6.4-glibc2.10.patch
===================================================================
--- src/tools/bdfgname.c
+++ src/tools/bdfgname.c
@@ -47,9 +47,9 @@
static int
#ifdef __STDC__
-getline(FILE *in, char *buf, int limit)
+get_line(FILE *in, char *buf, int limit)
#else
-getline(in, buf, limit)
+get_line(in, buf, limit)
FILE *in;
char *buf;
int limit;
@@ -99,11 +99,11 @@
while (!feof(in)) {
pos = ftell(in);
- (void) getline(in, buf, 256);
+ (void) get_line(in, buf, 256);
while (!feof(in) && (buf[0] == 0 || buf[0] == '#')) {
buf[0] = 0;
pos = ftell(in);
- (void) getline(in, buf, 256);
+ (void) get_line(in, buf, 256);
}
if (buf[0] == 0)
@@ -170,11 +170,11 @@
while (!feof(in)) {
pos = ftell(in);
- (void) getline(in, buf, 256);
+ (void) get_line(in, buf, 256);
while (!feof(in) && (buf[0] == 0 || buf[0] == '#')) {
buf[0] = 0;
pos = ftell(in);
- (void) getline(in, buf, 256);
+ (void) get_line(in, buf, 256);
}
c = _bdf_atol(buf, 0, 16);
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-engines/freesci/files: freesci-0.6.4-glibc2.10.patch
@ 2015-03-20 17:00 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2015-03-20 17:00 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 15/03/20 17:00:45
Removed: freesci-0.6.4-glibc2.10.patch
Log:
games-engines/freesci is gone
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-03-20 17:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-20 17:00 [gentoo-commits] gentoo-x86 commit in games-engines/freesci/files: freesci-0.6.4-glibc2.10.patch Michael Sterrett (mr_bones_)
-- strict thread matches above, loose matches on Subject: below --
2009-06-13 16:42 Tristan Heaven (nyhm)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox