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

Collapse All | Expand All

(-)Makefile.orig (-3 / +1 lines)
Lines 21-29 Link Here
21
man8dir  = $(usr_prefix)/man/man8
21
man8dir  = $(usr_prefix)/man/man8
22
22
23
SGMLMAN	= sgml2txt -man
23
SGMLMAN	= sgml2txt -man
24
CC	= gcc -Wall -Wstrict-prototypes
24
CFLAGS	+= -Wstrict-prototypes -fsigned-char -D_GNU_SOURCE
25
CFLAGS	= -g -O2 -fsigned-char -D_GNU_SOURCE
26
LDFLAGS =
27
INSTALL	= /usr/bin/install -c
25
INSTALL	= /usr/bin/install -c
28
SOUND_INC = -I.
26
SOUND_INC = -I.
29
27

Return to bug 280400