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

Collapse All | Expand All

(-)Makefile.orig (-1 / +1 lines)
Lines 10-16 Link Here
10
MANDIR=/usr/share/man/man8
10
MANDIR=/usr/share/man/man8
11
CC?=gcc
11
CC?=gcc
12
12
13
CFLAGS := -O2 -g -fstack-protector -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wundef -fno-common -Werror-implicit-function-declaration -Wdeclaration-after-statement
13
CFLAGS += -O2 -g -fstack-protector -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wundef -fno-common -Werror-implicit-function-declaration -Wdeclaration-after-statement
14
14
15
MY_CFLAGS := `pkg-config --cflags libnotify gtk+-2.0`
15
MY_CFLAGS := `pkg-config --cflags libnotify gtk+-2.0`
16
#
16
#

Return to bug 238106