Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 778884 | Differences between
and this patch

Collapse All | Expand All

(-)a/gtk-nodoka-engine/configure.ac (+3 lines)
Lines 17-22 AC_LIBTOOL_WIN32_DLL Link Here
17
AC_PROG_LIBTOOL
17
AC_PROG_LIBTOOL
18
AC_CONFIG_MACRO_DIR([m4])
18
AC_CONFIG_MACRO_DIR([m4])
19
19
20
AC_CHECK_LIBM
21
AC_SUBST([LIBM])
22
20
AC_ARG_ENABLE(animation, [  --enable-animation      compile nodoka with animation support], [animation=$enableval], 	[animation="no"], )
23
AC_ARG_ENABLE(animation, [  --enable-animation      compile nodoka with animation support], [animation=$enableval], 	[animation="no"], )
21
AC_ARG_ENABLE(animationtoleft, [  --enable-animationtoleft        compile nodoka with progressbar animation from right to left], [animationtoleft=$enableval], 	[animationtoleft="no"], )
24
AC_ARG_ENABLE(animationtoleft, [  --enable-animationtoleft        compile nodoka with progressbar animation from right to left], [animationtoleft=$enableval], 	[animationtoleft="no"], )
22
25
(-)a/gtk-nodoka-engine/src/GTKEngine/Makefile.am (-1 / +1 lines)
Lines 29-34 libnodoka_la_SOURCES = \ Link Here
29
EXTRA_DIST = $(libnodoka_la_SOURCES)
29
EXTRA_DIST = $(libnodoka_la_SOURCES)
30
30
31
libnodoka_la_LDFLAGS = -module -avoid-version -no-undefined
31
libnodoka_la_LDFLAGS = -module -avoid-version -no-undefined
32
libnodoka_la_LIBADD =  $(GTK_LIBS)
32
libnodoka_la_LIBADD =  $(GTK_LIBS) $(LIBM)
33
33
34
MAINTAINERCLEANFILES = Makefile.in
34
MAINTAINERCLEANFILES = Makefile.in

Return to bug 778884