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

Collapse All | Expand All

(-)gnuplot-4.2.3_orig/src/Makefile.am (-1 / +1 lines)
Lines 45-51 Link Here
45
gnuplot_SOURCES += binary.c
45
gnuplot_SOURCES += binary.c
46
endif
46
endif
47
47
48
gnuplot_LDADD = $(TERMLIBS) $(TERMXLIBS) $(WX_LIBS)
48
gnuplot_LDADD = $(TERMLIBS) $(TERMXLIBS) $(WX_LIBS) -lm -llua
49
49
50
gnuplot_x11_SOURCES = gplt_x11.c gplt_x11.h gpexecute.c gpexecute.h mousecmn.h
50
gnuplot_x11_SOURCES = gplt_x11.c gplt_x11.h gpexecute.c gpexecute.h mousecmn.h
51
51
(-)gnuplot-4.2.3_orig/src/Makefile.in (-1 / +1 lines)
Lines 291-297 Link Here
291
	term.c term.h time.c unset.c util.c util.h util3d.c util3d.h \
291
	term.c term.h time.c unset.c util.c util.h util3d.c util3d.h \
292
	variable.c variable.h version.c version.h $(am__append_1) \
292
	variable.c variable.h version.c version.h $(am__append_1) \
293
	$(am__append_2)
293
	$(am__append_2)
294
gnuplot_LDADD = $(TERMLIBS) $(TERMXLIBS) $(WX_LIBS)
294
gnuplot_LDADD = $(TERMLIBS) $(TERMXLIBS) $(WX_LIBS) -lm -llua
295
gnuplot_x11_SOURCES = gplt_x11.c gplt_x11.h gpexecute.c gpexecute.h mousecmn.h
295
gnuplot_x11_SOURCES = gplt_x11.c gplt_x11.h gpexecute.c gpexecute.h mousecmn.h
296
gnuplot_x11_LDADD = getcolor_x11.o $(XLIBS)
296
gnuplot_x11_LDADD = getcolor_x11.o $(XLIBS)
297
bf_test_SOURCES = bf_test.c binary.c binary.h alloc.c
297
bf_test_SOURCES = bf_test.c binary.c binary.h alloc.c
(-)gnuplot-4.2.3_orig/src/term.h (+3 lines)
Lines 455-458 Link Here
455
# include "wxt.trm"
455
# include "wxt.trm"
456
#endif
456
#endif
457
457
458
/* Lua/TikZ */
459
#include "lua.trm"
460
458
#endif /* !SHORT_TERMLIST */
461
#endif /* !SHORT_TERMLIST */

Return to bug 233475