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

Collapse All | Expand All

(-)./src/modules/io-drivers/misc/Makefile.in.orig (-1 / +1 lines)
Lines 31-37 Link Here
31
include $(top_builddir)/config/avango-defines
31
include $(top_builddir)/config/avango-defines
32
include $(top_builddir)/config/avango-rules
32
include $(top_builddir)/config/avango-rules
33
33
34
CLOCALINCLUDE =-I$(srcdir) -I$(srcdir)/..
34
CLOCALINCLUDE =-I$(srcdir) -I$(srcdir)/.. -I$(top_builddir)/include
35
CXXLOCALINCLUDE =-I$(srcdir)
35
CXXLOCALINCLUDE =-I$(srcdir)
36
LOCALDEFINES =$(C_WOFFALL_FLAGS)
36
LOCALDEFINES =$(C_WOFFALL_FLAGS)
37
37
(-)./src/modules/services/fpURLService.c++.orig (+2 lines)
Lines 33-39 Link Here
33
#include "modules/services/fpURLService.h"
33
#include "modules/services/fpURLService.h"
34
34
35
#if !defined(AVANGO_NO_LIBWWW)
35
#if !defined(AVANGO_NO_LIBWWW)
36
#  if defined(HAVE_W3C_LIBWWW_WWWCONF_H)
36
#  include <w3c-libwww/wwwconf.h>
37
#  include <w3c-libwww/wwwconf.h>
38
#  endif
37
#  include <w3c-libwww/wwwsys.h>
39
#  include <w3c-libwww/wwwsys.h>
38
#  include <w3c-libwww/WWWUtil.h>
40
#  include <w3c-libwww/WWWUtil.h>
39
#  include <w3c-libwww/WWWCore.h>
41
#  include <w3c-libwww/WWWCore.h>
(-)./configure.orig (+1 lines)
Lines 9025-9030 Link Here
9025
                     w3c-libwww/WWWMIME.h \
9025
                     w3c-libwww/WWWMIME.h \
9026
                     w3c-libwww/WWWNews.h \
9026
                     w3c-libwww/WWWNews.h \
9027
                     w3c-libwww/WWWUtil.h \
9027
                     w3c-libwww/WWWUtil.h \
9028
                     w3c-libwww/wwwconf.h \
9028
                     w3c-libwww/wwwsys.h
9029
                     w3c-libwww/wwwsys.h
9029
do
9030
do
9030
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9031
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
(-)./config/config.h.in.orig (+3 lines)
Lines 540-545 Link Here
540
/* Define to 1 if you have the <w3c-libwww/WWWCache.h> header file. */
540
/* Define to 1 if you have the <w3c-libwww/WWWCache.h> header file. */
541
#undef HAVE_W3C_LIBWWW_WWWCACHE_H
541
#undef HAVE_W3C_LIBWWW_WWWCACHE_H
542
542
543
/* Define to 1 if you have the <w3c-libwww/wwwconf.h> header file. */
544
#undef HAVE_W3C_LIBWWW_WWWCONF_H
545
543
/* Define to 1 if you have the <w3c-libwww/WWWCore.h> header file. */
546
/* Define to 1 if you have the <w3c-libwww/WWWCore.h> header file. */
544
#undef HAVE_W3C_LIBWWW_WWWCORE_H
547
#undef HAVE_W3C_LIBWWW_WWWCORE_H
545
548

Return to bug 140786