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

(-)liquidwar-5.6.5/src/Makefile.in (-1 / +1 lines)
Lines 233-239 Link Here
233
    EXTERN_LIBS = `allegro-config --static $(ALLEGRO_LIBRARY)` $(EFENCE_LIBRARY)
233
    EXTERN_LIBS = `allegro-config --static $(ALLEGRO_LIBRARY)` $(EFENCE_LIBRARY)
234
else
234
else
235
    LINK_OPTIONS =
235
    LINK_OPTIONS =
236
    EXTERN_LIBS = `allegro-config --libs $(ALLEGRO_LIBRARY)` $(EFENCE_LIBRARY)
236
    EXTERN_LIBS = `allegro-config --libs $(ALLEGRO_LIBRARY)` $(EFENCE_LIBRARY) -lm
237
endif
237
endif
238
238
239
CONFIG_OPTIONS = \
239
CONFIG_OPTIONS = \

Return to bug 716094