/[pkg-kde]/krap/mlt/trunk/debian/patches/02_missing_math_ftbfs.diff
ViewVC logotype

Contents of /krap/mlt/trunk/debian/patches/02_missing_math_ftbfs.diff

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14928 - (show annotations) (download)
Thu Jun 18 11:07:22 2009 UTC (4 years ago) by pmatthaei
File size: 516 byte(s)
* Add 02_missing_math_ftbfs.diff patch, which fixes a FTBFS on some arches.
1 # We need to link against the math lib for sqrt() which was missing on some platforms.
2
3 diff -Naur mlt-0.4.2+git20090618.orig/src/modules/sox/Makefile mlt-0.4.2+git20090618/src/modules/sox/Makefile
4 --- mlt-0.4.2+git20090618.orig/src/modules/sox/Makefile 2009-06-18 09:43:05.000000000 +0200
5 +++ mlt-0.4.2+git20090618/src/modules/sox/Makefile 2009-06-18 13:03:38.000000000 +0200
6 @@ -2,7 +2,7 @@
7
8 CFLAGS += -I../..
9
10 -LDFLAGS += -L../../framework -lmlt
11 +LDFLAGS += -L../../framework -lmlt -lm
12
13 include config.mak
14

  ViewVC Help
Powered by ViewVC 1.1.5