diff options
Diffstat (limited to 'media-libs/raptor/files/raptor-1.4.16-lm.patch')
-rw-r--r-- | media-libs/raptor/files/raptor-1.4.16-lm.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/media-libs/raptor/files/raptor-1.4.16-lm.patch b/media-libs/raptor/files/raptor-1.4.16-lm.patch new file mode 100644 index 000000000000..0df8c29bbe1d --- /dev/null +++ b/media-libs/raptor/files/raptor-1.4.16-lm.patch @@ -0,0 +1,13 @@ +Index: raptor-1.4.16/src/Makefile.in +=================================================================== +--- raptor-1.4.16.orig/src/Makefile.in ++++ raptor-1.4.16/src/Makefile.in +@@ -233,7 +233,7 @@ LEX = @LEX@ + LEXLIB = @LEXLIB@ + LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ + LIBOBJS = @LIBOBJS@ +-LIBS = @LIBS@ $(MEM_LIBS) ++LIBS = @LIBS@ $(MEM_LIBS) -lm + LIBTOOL = @LIBTOOL@ + LN_S = @LN_S@ + LTLIBOBJS = @LTLIBOBJS@ |