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

Collapse All | Expand All

(-)a/Makefile (-1 / +1 lines)
Lines 17-23 endif Link Here
17
LIBDIR := /lib
17
LIBDIR := /lib
18
INCLUDEDIR := /usr/include
18
INCLUDEDIR := /usr/include
19
PKGCONFIGDIR := /usr/lib/pkgconfig
19
PKGCONFIGDIR := /usr/lib/pkgconfig
20
CFLAGS := -ggdb3 -O2 -Wall
20
CFLAGS ?= -ggdb3 -O2 -Wall
21
CPPFLAGS := -Iinclude -Iarch/${ARCH} -Iarch/common
21
CPPFLAGS := -Iinclude -Iarch/${ARCH} -Iarch/common
22
EXPORT_UNPREFIXED := yes
22
EXPORT_UNPREFIXED := yes
23
FREESTANDING := no
23
FREESTANDING := no

Return to bug 832677