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

Collapse All | Expand All

(-)seti_boinc/client/Makefile.am.orig (-4 / +4 lines)
Lines 118-128 Link Here
118
	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
118
	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
119
endif
119
endif
120
120
121
if LINUX
121
#if LINUX
122
# too much optimization on main.cpp breaks the client for some reason
122
# too much optimization on main.cpp breaks the client for some reason
123
seti_boinc-main.o:
123
#seti_boinc-main.o:
124
	if $(CXX) --include ../config.h -DDYNAMIC_GRAPHICS=1 $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(DEFS) -DTEXT_UI -DNDEBUG -DCLIENT  -I$(top_srcdir)/db $(BOINC_CFLAGS) $(PTHREAD_CFLAGS) -O2 -Wall -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
124
#	if $(CXX) --include ../config.h -DDYNAMIC_GRAPHICS=1 $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(DEFS) -DTEXT_UI -DNDEBUG -DCLIENT  -I$(top_srcdir)/db $(BOINC_CFLAGS) $(PTHREAD_CFLAGS) -O2 -Wall -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
125
endif
125
#endif
126
126
127
127
128
if ENABLE_GUI
128
if ENABLE_GUI

Return to bug 136862