Bug#578622: mplayer: FTBFS on kfreebsd-amd64
Petr Salinger
Petr.Salinger at seznam.cz
Wed Apr 21 14:22:16 UTC 2010
Hi,
please also change configure as shown bellow.
Otherwise the memalign() is without prototype,
which on 64 bit platform leads to segfaults
for some videos.
Petr
--- configure
+++ configure
@@ -3166,7 +3166,7 @@
def_malloc_h='#define HAVE_MALLOC_H 0'
fi
# malloc.h emits a warning in FreeBSD and OpenBSD
-freebsd || openbsd || dragonfly && def_malloc_h='#define HAVE_MALLOC_H 0'
+openbsd || dragonfly && def_malloc_h='#define HAVE_MALLOC_H 0'
echores "$_malloc"
More information about the pkg-multimedia-maintainers
mailing list