Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 177763 Details for
Bug 254225
app-arch/unalz [new package]
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
files/unalz-0.62-zlib.patch
unalz-0.62-zlib.patch (text/plain), 1.04 KB, created by
Anton Romanov
on 2009-01-08 15:07:24 UTC
(
hide
)
Description:
files/unalz-0.62-zlib.patch
Filename:
MIME Type:
Creator:
Anton Romanov
Created:
2009-01-08 15:07:24 UTC
Size:
1.04 KB
patch
obsolete
>--- Makefile >+++ Makefile >@@ -1,9 +1,9 @@ > CPP = g++ > CC = gcc >-OBJ = main.o UnAlz.o UnAlzUtils.o UnAlzBz2decompress.o UnAlzBzip2.o UnAlzbzlib.o zlib/adler32.o zlib/crc32.o zlib/infback.o zlib/inffast.o zlib/inflate.o zlib/inftrees.o zlib/zutil.o bzip2/blocksort.o bzip2/compress.o bzip2/crctable.o bzip2/huffman.o bzip2/randtable.o >+OBJ = main.o UnAlz.o UnAlzUtils.o UnAlzBz2decompress.o UnAlzBzip2.o UnAlzbzlib.o bzip2/blocksort.o bzip2/compress.o bzip2/crctable.o bzip2/huffman.o bzip2/randtable.o > BIN = unalz >-LDFLAGS = >-CFLAGS = -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 >+LDFLAGS = -lz >+CFLAGS += -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 > > all: > @echo "" >--- UnAlzBzip2.cpp 2009-01-08 16:45:20.000000000 +0200 >+++ UnAlzBzip2.cpp.new 2009-01-08 16:49:12.000000000 +0200 >@@ -10,7 +10,7 @@ > //////////////////////////////////////////////////////////////////////////////////////////////////// > > //#include "stdafx.h" >-#include "zlib/zlib.h" >+#include <zlib.h> > #include "bzip2/bzlib.h" > #include "bzip2/bzlib_private.h" > #include "UnAlz.h"
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 Raw
Actions:
View
Attachments on
bug 254225
:
177763
|
177765
|
179534
|
179536