* [gentoo-commits] gentoo-x86 commit in games-emulation/gngeo/files: gngeo-0.7-zlib.patch
@ 2012-09-04 5:07 Alfredo Tupone (tupone)
0 siblings, 0 replies; only message in thread
From: Alfredo Tupone (tupone) @ 2012-09-04 5:07 UTC (permalink / raw
To: gentoo-commits
tupone 12/09/04 05:07:50
Added: gngeo-0.7-zlib.patch
Log:
Build with latest zlib. Bug #431118
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Revision Changes Path
1.1 games-emulation/gngeo/files/gngeo-0.7-zlib.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/gngeo/files/gngeo-0.7-zlib.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/gngeo/files/gngeo-0.7-zlib.patch?rev=1.1&content-type=text/plain
Index: gngeo-0.7-zlib.patch
===================================================================
--- src/Makefile.am.old 2012-09-04 06:43:21.415398601 +0200
+++ src/Makefile.am 2012-09-04 06:43:37.227461006 +0200
@@ -58,8 +58,8 @@
blitter.h font.h memory.h raze_interf.c \
timer.c effect.h frame_skip.c messages.c \
screen.c timer.h emu.c frame_skip.h \
- messages.h screen.h unzip.c emu.h \
- neocrypt.c sound.c unzip.h generator68k_interf.c \
+ messages.h screen.h emu.h \
+ neocrypt.c sound.c generator68k_interf.c \
debug.c debug.h neocrypt.h state.c \
state.h video_template.h conf.c conf.h \
transpack.h transpack.c pbar.h pbar.c \
--- src/fileio.c.old 2012-09-04 06:42:03.956194155 +0200
+++ src/fileio.c 2012-09-04 06:42:32.299098500 +0200
@@ -30,7 +30,7 @@
#include <stdlib.h>
#include <string.h>
#include <zlib.h>
-#include "unzip.h"
+#include <minizip/unzip.h>
#include "memory.h"
#include "video.h"
#include "emu.h"
--- src/driver.c.old 2012-09-04 06:49:28.418057327 +0200
+++ src/driver.c 2012-09-04 06:49:58.161055744 +0200
@@ -29,7 +29,7 @@
#include <sys/stat.h>
#include <unistd.h>
#include <zlib.h>
-#include "unzip.h"
+#include <minizip/unzip.h>
#include "driver.h"
#include "conf.h"
#include "pbar.h"
--- configure.in.old 2012-09-04 06:55:46.998493962 +0200
+++ configure.in 2012-09-04 06:56:23.705960317 +0200
@@ -66,6 +66,7 @@
fi
AC_CHECK_LIB([SDL_image], [IMG_Load])
+AC_CHECK_LIB([minizip], [unzReadCurrentFile])
AC_CHECK_FUNCS(getopt_long , , [ AC_LIBOBJ(getopt) AC_LIBOBJ(getopt1) ])
AC_CHECK_FUNCS(scandir)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-09-04 5:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-04 5:07 [gentoo-commits] gentoo-x86 commit in games-emulation/gngeo/files: gngeo-0.7-zlib.patch Alfredo Tupone (tupone)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox