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

Collapse All | Expand All

(-)procinfo-18/Makefile.orig (-3 / +3 lines)
Lines 2-11 Link Here
2
2
3
prefix=/usr
3
prefix=/usr
4
4
5
CC = gcc -Wall -Wstrict-prototypes
5
CC += 
6
6
7
CFLAGS = -O2
7
CFLAGS += -Wall -Wstrict-prototypes
8
LDFLAGS = -s
8
LDFLAGS +=
9
9
10
# If you get lots of `undefined references', you probably need -lncurses
10
# If you get lots of `undefined references', you probably need -lncurses
11
# instead:
11
# instead:

Return to bug 152218