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

Collapse All | Expand All

(-)malaga-7.12.orig/Makefile.in (-1 / +1 lines)
Lines 243-249 Link Here
243
malshow: $(MALSHOW_OBJS) libmalaga.la
243
malshow: $(MALSHOW_OBJS) libmalaga.la
244
	@echo "Linking malshow"
244
	@echo "Linking malshow"
245
	@$(LIBTOOL) --mode=link $(LINK) $(MALSHOW_OBJS) $(GTK_LIBS) \
245
	@$(LIBTOOL) --mode=link $(LINK) $(MALSHOW_OBJS) $(GTK_LIBS) \
246
	  libmalaga.la -o malshow 
246
	  -lm libmalaga.la -o malshow 
247
247
248
# malsym ----------------------------------------------------------------------
248
# malsym ----------------------------------------------------------------------
249
249

Return to bug 140028