Magellan Linux

Contents of /trunk/raptor/patches/raptor-1.4.16-lm.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 427 - (show annotations) (download)
Thu Dec 13 23:19:49 2007 UTC (16 years, 5 months ago) by niro
File size: 406 byte(s)
-raptor libmath patch

1 Index: raptor-1.4.16/src/Makefile.in
2 ===================================================================
3 --- raptor-1.4.16.orig/src/Makefile.in
4 +++ raptor-1.4.16/src/Makefile.in
5 @@ -233,7 +233,7 @@ LEX = @LEX@
6 LEXLIB = @LEXLIB@
7 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
8 LIBOBJS = @LIBOBJS@
9 -LIBS = @LIBS@ $(MEM_LIBS)
10 +LIBS = @LIBS@ $(MEM_LIBS) -lm
11 LIBTOOL = @LIBTOOL@
12 LN_S = @LN_S@
13 LTLIBOBJS = @LTLIBOBJS@