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

Collapse All | Expand All

(-)src.original/Makefile.unix (-2 / +2 lines)
Lines 20-27 Link Here
20
RESCOMP=
20
RESCOMP=
21
21
22
### Compiler/linker options
22
### Compiler/linker options
23
GLOBAL_CFLAGS=
23
GLOBAL_CFLAGS=${CXXFLAGS}
24
PROJECT_CFLAGS= -Wall -g `wx-config --cflags`
24
PROJECT_CFLAGS= -Wall `wx-config --cflags`
25
GLOBAL_LDFLAGS=
25
GLOBAL_LDFLAGS=
26
PROJECT_LDFLAGS= `wx-config --libs`
26
PROJECT_LDFLAGS= `wx-config --libs`
27
GLOBAL_INCS= -I/usr/include
27
GLOBAL_INCS= -I/usr/include

Return to bug 89533