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

Collapse All | Expand All

(-)scrotwm-0.9.6/linux/Makefile (-2 / +2 lines)
Lines 1-7 Link Here
1
# $scrotwm: Makefile,v 1.2 2009/02/08 04:10:00 marco Exp $ 
1
# $scrotwm: Makefile,v 1.2 2009/02/08 04:10:00 marco Exp $ 
2
2
3
CFLAGS+= -Wall -ggdb -D_GNU_SOURCE -I.
3
CFLAGS+= -Wall -ggdb -D_GNU_SOURCE -I. -I/usr/include/freetype2
4
LDADD+= -lX11 -lXrandr
4
LDADD+= -lX11 -lXrandr -lXft
5
5
6
CC= gcc
6
CC= gcc
7
7

Return to bug 284350