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

(-)ast-5.1.0-makefile.in.patch.orig
Lines 1-5 Link Here
(-)- Makefile.in.orig (+9 lines)
Lines 29-34 Link Here
29
 am_libast_pgplot3d_la_OBJECTS = libast_pgplot3d_la-grf3d_pgplot.lo
29
 am_libast_pgplot3d_la_OBJECTS = libast_pgplot3d_la-grf3d_pgplot.lo
30
 libast_pgplot3d_la_OBJECTS = $(am_libast_pgplot3d_la_OBJECTS)
30
 libast_pgplot3d_la_OBJECTS = $(am_libast_pgplot3d_la_OBJECTS)
31
 libast_wcslib_la_LIBADD =
31
 libast_wcslib_la_LIBADD =
32
@@ -290,7 +297,7 @@
33
 LATEX2DVI = @LATEX2DVI@
34
 LDFLAGS = @LDFLAGS@
35
 LIBOBJS = @LIBOBJS@
36
-LIBS = @LIBS@
37
+LIBS = @LIBS@ -lm
38
 LIBTOOL = @LIBTOOL@
39
 LN_S = @LN_S@
40
 LTLIBOBJS = @LTLIBOBJS@
32
@@ -682,7 +689,6 @@
41
@@ -682,7 +689,6 @@
33
 nodist_include_HEADERS = ast.h AST_PAR
42
 nodist_include_HEADERS = ast.h AST_PAR
34
 include_MESSAGES = AST_ERR ast_err.h
43
 include_MESSAGES = AST_ERR ast_err.h

Return to bug 272419