Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 288877 Details for
Bug 385297
games-emulation/mupen64plus-9999 live ebuild / prep for 2.0
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
games-emulation/mupen64plus/files/mupen64plus-minizip.patch
mupen64plus-minizip.patch (text/plain), 1.49 KB, created by
Account removed
on 2011-10-05 16:25:55 UTC
(
hide
)
Description:
games-emulation/mupen64plus/files/mupen64plus-minizip.patch
Filename:
MIME Type:
Creator:
Account removed
Created:
2011-10-05 16:25:55 UTC
Size:
1.49 KB
patch
obsolete
>diff -Naur mupen64plus-core/projects/unix/Makefile mupen64plus-core-p/projects/unix/Makefile >--- mupen64plus-core/projects/unix/Makefile 2011-10-05 17:49:30.000000000 +0200 >+++ mupen64plus-core-p/projects/unix/Makefile 2011-10-05 18:08:00.828940972 +0200 >@@ -92,7 +92,7 @@ > OPTFLAGS ?= -O3 > CFLAGS += $(OPTFLAGS) -Wall -ffast-math -fno-strict-aliasing -fvisibility=hidden -I../../src > CXXFLAGS += -fvisibility-inlines-hidden >-LDLIBS += -lm >+LDLIBS += -lm -lminizip > > # Since we are building a shared library, we must compile with -fPIC on some architectures > # On 32-bit x86 systems we do not want to use -fPIC because we don't have to and it has a big performance penalty on this arch >@@ -285,9 +285,6 @@ > $(SRCDIR)/main/ini_reader.c \ > $(SRCDIR)/main/savestates.c \ > $(SRCDIR)/main/adler32.c \ >- $(SRCDIR)/main/zip/ioapi.c \ >- $(SRCDIR)/main/zip/zip.c \ >- $(SRCDIR)/main/zip/unzip.c \ > $(SRCDIR)/memory/dma.c \ > $(SRCDIR)/memory/flashram.c \ > $(SRCDIR)/memory/memory.c \ >diff -Naur mupen64plus-core/src/main/savestates.c mupen64plus-core-p/src/main/savestates.c >--- mupen64plus-core/src/main/savestates.c 2011-10-05 17:49:30.000000000 +0200 >+++ mupen64plus-core-p/src/main/savestates.c 2011-10-05 18:07:35.117941286 +0200 >@@ -43,8 +43,8 @@ > #include "osal/preproc.h" > #include "osd/osd.h" > >-#include "main/zip/unzip.h" >-#include "main/zip/zip.h" >+#include "minizip/unzip.h" >+#include "minizip/zip.h" > > static const char* savestate_magic = "M64+SAVE"; > static const int savestate_version = 0x00010000; /* 1.0 */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 385297
:
288503
|
288623
|
288813
|
288877
|
289139
|
289141
|
289143
|
289145
|
289147
|
289149
|
289151
|
289153
|
289155
|
289157
|
289159
|
289225
|
289227
|
289229
|
289231
|
289233
|
289235
|
289237
|
289239
|
289241
|
289243
|
289245
|
289247
|
289249
|
289269
|
289313
|
289315
|
289317
|
289319
|
289321
|
289323
|
289325
|
289327
|
289329
|
289331
|
289333
|
289335
|
304585
|
350058
|
350088
|
350376
|
354052