File gnash-0.8.5-build-fixes.diff of Package gnash
--- configure.ac | 1 + 1 file changed, 1 insertion(+) --- a/configure.ac +++ b/configure.ac @@ -1321,6 +1321,7 @@ AC_CHECK_HEADERS(signal.h) AC_CHECK_HEADERS(unistd.h) AC_CHECK_HEADERS(sys/time.h) +AC_CHECK_HEADERS(poll.h) dnl libcurl3-dev on Ubuntu has a dependency on lber, and Gnash won't link dnl on most machines without it. While it isn't diretly used by Gnash at all, dnl it's to work around an Ubuntu packaging bug.