Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 145146
Collapse All | Expand All

(-)Makefile.orig (-2 / +2 lines)
Lines 27-34 Link Here
27
27
28
### Comment out these lines if you don't want to include EsounD functionality
28
### Comment out these lines if you don't want to include EsounD functionality
29
### (or don't have the EsounD development headers installed)
29
### (or don't have the EsounD development headers installed)
30
CFLAGS 	+= -DUSE_ESD `esd-config --cflags`
30
#CFLAGS 	+= -DUSE_ESD `esd-config --cflags`
31
LDFLAGS += `esd-config --libs`
31
#LDFLAGS += `esd-config --libs`
32
32
33
all:	$(TARGETS)
33
all:	$(TARGETS)
34
34

Return to bug 145146