Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 163559
Collapse All | Expand All

(-)poppler-0.5.4.orig/configure.ac (+4 lines)
Lines 55-60 Link Here
55
dnl ##### Checks for library functions.
55
dnl ##### Checks for library functions.
56
AC_CHECK_FUNCS(popen mkstemp mkstemps)
56
AC_CHECK_FUNCS(popen mkstemp mkstemps)
57
57
58
dnl ##### Check if -lm is needed
59
AC_CHECK_LIBM
60
AC_SUBST(LIBM)
61
58
dnl ##### Back to C for the library tests.
62
dnl ##### Back to C for the library tests.
59
AC_LANG_C
63
AC_LANG_C
60
64
(-)poppler-0.5.4.orig/utils/Makefile.am (-1 / +2 lines)
Lines 18-24 Link Here
18
18
19
LDADD =						\
19
LDADD =						\
20
	$(top_builddir)/poppler/libpoppler.la	\
20
	$(top_builddir)/poppler/libpoppler.la	\
21
	$(UTILS_LIBS)
21
	$(UTILS_LIBS)				\
22
	$(LIBM)
22
23
23
bin_PROGRAMS =					\
24
bin_PROGRAMS =					\
24
	pdffonts				\
25
	pdffonts				\

Return to bug 163559