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

(-)make/unix.mak (-1 / +1 lines)
Lines 928-934 Link Here
928
# define ESDDIR variables if installed
928
# define ESDDIR variables if installed
929
ifdef  ESDDIR
929
ifdef  ESDDIR
930
STDCCFLAGS	+= -I$(ESDDIR)/include -DUSE_ESD=1
930
STDCCFLAGS	+= -I$(ESDDIR)/include -DUSE_ESD=1
931
ENDLDLIBS	+= $(ESDDIR)/lib/libesd.a  # to avoid name conflicts
931
ENDLDLIBS	+= -lesd  # to avoid name conflicts
932
HAS_ESD		= 1
932
HAS_ESD		= 1
933
endif
933
endif
934
934

Return to bug 100432