FreeBSD Bugzilla – Attachment 114684 Details for
Bug 156376
[PATCH] graphics/optipng: update to 0.6.5
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-lib-zlib-Makefile.in
patch-lib-zlib-Makefile.in (text/plain), 787 bytes, created by
Anton Yuzhaninov
on 2011-04-14 12:13:43 UTC
(
hide
)
Description:
patch-lib-zlib-Makefile.in
Filename:
MIME Type:
Creator:
Anton Yuzhaninov
Created:
2011-04-14 12:13:43 UTC
Size:
787 bytes
patch
obsolete
>--- lib/zlib/Makefile.in.orig 2011-04-14 15:10:39.000000000 +0400 >+++ lib/zlib/Makefile.in 2011-04-14 15:11:57.000000000 +0400 >@@ -16,9 +16,9 @@ > # To install in $HOME instead of /usr/local, use: > # make install prefix=$HOME > >-CC=cc >+CC?=cc > >-CFLAGS=-O >+CFLAGS?=-O > #CFLAGS=-O -DMAX_WBITS=14 -DMAX_MEM_LEVEL=7 > #CFLAGS=-g -DDEBUG > #CFLAGS=-O3 -Wall -Wwrite-strings -Wpointer-arith -Wconversion \ >@@ -36,11 +36,12 @@ > SHAREDLIBM=libz.so.1 > LIBS=$(STATICLIB) $(SHAREDLIBV) > >-AR=ar rc >-RANLIB=ranlib >+AR?=ar >+ARFLAGS?=rc >+RANLIB?=ranlib > LDCONFIG=ldconfig > LDSHAREDLIBC=-lc >-TAR=tar >+TAR?=tar > SHELL=/bin/sh > EXE= > >@@ -108,7 +109,7 @@ > -@rm -f foo.gz > > libz.a: $(OBJS) >- $(AR) $@ $(OBJS) >+ $(AR) $(ARFLAGS) $@ $(OBJS) > -@ ($(RANLIB) $@ || true) >/dev/null 2>&1 > > match.o: match.S
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 156376
:
114682
|
114683
| 114684