File img2eps-fix-linking.patch of Package img2eps
--- configure.in.orig
+++ configure.in
@@ -30,13 +30,16 @@ AC_ARG_WITH(tiff,
[ --without-tiff don't include TIFF support],,
with_tiff=yes)
-AC_PROG_CC
+AC_PROG_CC_STDC
+AC_USE_SYSTEM_EXTENSIONS
+AC_SYS_LARGEFILE
dnl programs
dnl libraries
AC_CHECK_LIB(z, deflate)
+AC_SEARCH_LIBS(sin, m)
if test "$with_exif" = "yes"
then