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

Collapse All | Expand All

(-)speech_tools-orig/config/rules/defaults.mak (-1 / +1 lines)
Lines 196-201 endif Link Here
196
## Link a program (not including libraries)
196
## Link a program (not including libraries)
197
197
198
ifndef LINK_COMMAND
198
ifndef LINK_COMMAND
199
    LINK_COMMAND = $(CXX) $(LINKFLAGS) $(TEMPLATES) 
199
    LINK_COMMAND = $(CXX) $(LINKFLAGS) $(OS_LIBS) $(TEMPLATES) 
200
endif
200
endif
201
201

Return to bug 650474