Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 493162 | Differences between
and this patch

Collapse All | Expand All

(-)a/GNUmakefile.in (-1 / +1 lines)
Lines 28-34 GLIB_CFLAGS=@GLIB_CFLAGS@ Link Here
28
GLIB_LIBS=@GLIB_LIBS@
28
GLIB_LIBS=@GLIB_LIBS@
29
LIBS=@LIBS@
29
LIBS=@LIBS@
30
DEBUG=@DEBUG@
30
DEBUG=@DEBUG@
31
CFLAGS=-Wall -W -Werror @CFLAGS@ @DEFS@ -DLOCALEROOTDIR=\"@localedir@\" -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -Os -Wpointer-arith -Wstrict-prototypes 
31
CFLAGS=-Wall -W -Werror @CFLAGS@ @DEFS@ -DLOCALEROOTDIR=\"@localedir@\" -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -Os -Wpointer-arith -Wstrict-prototypes -Wno-error=deprecated-declarations
32
INSTALL=./install-sh -c
32
INSTALL=./install-sh -c
33
INSTALL_DATA=$(INSTALL) -m 644
33
INSTALL_DATA=$(INSTALL) -m 644
34
 
34
 

Return to bug 493162