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

Collapse All | Expand All

(-)a/Makefile.ori (-1 / +5 lines)
Lines 1785-1795 Link Here
1785
 		$(THREAD_LIBS) $(LIBSDLMAIN) $(CLIENT_LIBS) $(RENDERER_LIBS) $(LIBS)
1785
 		$(THREAD_LIBS) $(LIBSDLMAIN) $(CLIENT_LIBS) $(RENDERER_LIBS) $(LIBS)
1786
endif
1786
endif
1787
1787
1788
ifndef RANLIB
1789
RANLIB=ranlib
1790
endif
1791
1788
ifneq ($(strip $(LIBSDLMAIN)),)
1792
ifneq ($(strip $(LIBSDLMAIN)),)
1789
ifneq ($(strip $(LIBSDLMAINSRC)),)
1793
ifneq ($(strip $(LIBSDLMAINSRC)),)
1790
$(LIBSDLMAIN) : $(LIBSDLMAINSRC)
1794
$(LIBSDLMAIN) : $(LIBSDLMAINSRC)
1791
	cp $< $@
1795
	cp $< $@
1792
	ranlib $@
1796
	$(RANLIB) $@
1793
endif
1797
endif
1794
endif
1798
endif
1795
1799

Return to bug 599624