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

Collapse All | Expand All

(-)file_not_specified_in_diff (-9 / +6 lines)
Line  Link Here
   fix build
   fix build
1
-- a/interfaces/IDirectFBImageProvider/Makefile.am
1
++ b/interfaces/IDirectFBImageProvider/Makefile.am
Lines 77-91 else Link Here
77
FFMPEG_PROVIDER_LTLIB =
77
FFMPEG_PROVIDER_LTLIB =
78
endif
78
endif
79
79
80
INCLUDES = \
80
AM_CPPFLAGS = \
81
	-I$(top_builddir)/include	\
81
	-I$(top_builddir)/include	\
82
	-I$(top_builddir)/lib	\
82
	-I$(top_builddir)/lib	\
83
	-I$(top_builddir)/src	\
83
	-I$(top_builddir)/src	\
84
	-I$(top_srcdir)/include	\
84
	-I$(top_srcdir)/include	\
85
	-I$(top_srcdir)/lib	\
85
	-I$(top_srcdir)/lib	\
86
	-I$(top_srcdir)/src
86
	-I$(top_srcdir)/src \
87
87
	-DDATADIR=\"${RUNTIME_SYSROOT}@DATADIR@\" $(LIBJPEG_CFLAGS) $(LIBPNG_CFLAGS) $(FFMPEG_CFLAGS) $(SVG_CFLAGS)
88
AM_CPPFLAGS = -DDATADIR=\"${RUNTIME_SYSROOT}@DATADIR@\" $(LIBJPEG_CFLAGS) $(LIBPNG_CFLAGS) $(FFMPEG_CFLAGS)
89
88
90
idirectfbimageprovider_LTLIBRARIES = \
89
idirectfbimageprovider_LTLIBRARIES = \
91
	libidirectfbimageprovider_dfiff.la	\
90
	libidirectfbimageprovider_dfiff.la	\
92
-- a/configure.in
91
++ b/configure.in
Lines 2750-2757 Link Here
2750
2750
2751
AS_AC_EXPAND(SYSCONFDIR, $sysconfdir)
2751
AS_AC_EXPAND(SYSCONFDIR, $sysconfdir)
2752
2752
2753
CFLAGS="$CFLAGS -Werror-implicit-function-declaration"
2754
2755
AC_ARG_ENABLE(extra-warnings,
2753
AC_ARG_ENABLE(extra-warnings,
2756
              AC_HELP_STRING([--enable-extra-warnings],
2754
              AC_HELP_STRING([--enable-extra-warnings],
2757
                             [enable extra warnings @<:@default=no@:>@]),
2755
                             [enable extra warnings @<:@default=no@:>@]),
Lines 2761-2767 Link Here
2761
fi
2759
fi
2762
2760
2763
if test "$GCC" = "yes"; then
2761
if test "$GCC" = "yes"; then
2764
  CFLAGS="-Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-strict-aliasing -Werror-implicit-function-declaration $CFLAGS"
2762
  CFLAGS="-Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-strict-aliasing $CFLAGS"
2765
  CXXFLAGS="-Wall -Wno-strict-aliasing $CXXFLAGS"
2763
  CXXFLAGS="-Wall -Wno-strict-aliasing $CXXFLAGS"
2766
fi
2764
fi
2767
2765

Return to bug 476834