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

Collapse All | Expand All

(-)wxsvg-1.0b7.old/configure (-2 / +1 lines)
Lines 21385-21391 Link Here
21385
21385
21386
21386
21387
21387
21388
                                                                                                                                  ac_config_files="$ac_config_files Makefile include/Makefile include/wxXML/Makefile include/wxSVG/Makefile src/xml/Makefile src/xml/expat/Makefile src/Makefile src/agg/Makefile src/cairo/Makefile src/libart/Makefile src/freetype/Makefile svgview/Makefile svgui/Makefile"
21388
                                                                                                                                  ac_config_files="$ac_config_files Makefile include/Makefile include/wxXML/Makefile include/wxSVG/Makefile src/xml/Makefile src/Makefile src/agg/Makefile src/cairo/Makefile src/libart/Makefile src/freetype/Makefile svgview/Makefile svgui/Makefile"
21389
cat >confcache <<\_ACEOF
21389
cat >confcache <<\_ACEOF
21390
# This file is a shell script that caches the results of configure
21390
# This file is a shell script that caches the results of configure
21391
# tests run on this system so they can be shared between configure
21391
# tests run on this system so they can be shared between configure
Lines 21980-21986 Link Here
21980
  "include/wxXML/Makefile" ) CONFIG_FILES="$CONFIG_FILES include/wxXML/Makefile" ;;
21980
  "include/wxXML/Makefile" ) CONFIG_FILES="$CONFIG_FILES include/wxXML/Makefile" ;;
21981
  "include/wxSVG/Makefile" ) CONFIG_FILES="$CONFIG_FILES include/wxSVG/Makefile" ;;
21981
  "include/wxSVG/Makefile" ) CONFIG_FILES="$CONFIG_FILES include/wxSVG/Makefile" ;;
21982
  "src/xml/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/xml/Makefile" ;;
21982
  "src/xml/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/xml/Makefile" ;;
21983
  "src/xml/expat/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/xml/expat/Makefile" ;;
21984
  "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
21983
  "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
21985
  "src/agg/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/agg/Makefile" ;;
21984
  "src/agg/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/agg/Makefile" ;;
21986
  "src/cairo/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/cairo/Makefile" ;;
21985
  "src/cairo/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/cairo/Makefile" ;;
(-)wxsvg-1.0b7.old/configure.in (-1 lines)
Lines 128-134 Link Here
128
  include/wxXML/Makefile
128
  include/wxXML/Makefile
129
  include/wxSVG/Makefile
129
  include/wxSVG/Makefile
130
  src/xml/Makefile
130
  src/xml/Makefile
131
  src/xml/expat/Makefile
132
  src/Makefile
131
  src/Makefile
133
  src/agg/Makefile
132
  src/agg/Makefile
134
  src/cairo/Makefile
133
  src/cairo/Makefile
(-)wxsvg-1.0b7.old/src/xml/Makefile.am (-4 / +2 lines)
Lines 1-7 Link Here
1
SUBDIRS = expat
2
3
noinst_LTLIBRARIES = libwxxml.la
1
noinst_LTLIBRARIES = libwxxml.la
4
libwxxml_la_SOURCES = xml.cpp xmlhelpr.cpp
2
libwxxml_la_SOURCES = xml.cpp xmlhelpr.cpp
5
libwxxml_la_LIBADD = expat/libexpat.la
3
libwxxml_la_LIBADD = /usr/GENTOO_LIBDIR/libexpat.la
6
4
7
INCLUDES = -I$(top_builddir)/include/wxXML
5
INCLUDES = -I$(top_builddir)/include/wxXML
(-)wxsvg-1.0b7.old/src/xml/Makefile.in (-3 / +2 lines)
Lines 116-126 Link Here
116
am__include = @am__include@
116
am__include = @am__include@
117
am__quote = @am__quote@
117
am__quote = @am__quote@
118
install_sh = @install_sh@
118
install_sh = @install_sh@
119
SUBDIRS = expat
120
119
121
noinst_LTLIBRARIES = libwxxml.la
120
noinst_LTLIBRARIES = libwxxml.la
122
libwxxml_la_SOURCES = xml.cpp xmlhelpr.cpp
121
libwxxml_la_SOURCES = xml.cpp xmlhelpr.cpp
123
libwxxml_la_LIBADD = expat/libexpat.la
122
libwxxml_la_LIBADD = /usr/GENTOO_LIBDIR/libexpat.la
124
123
125
INCLUDES = -I$(top_builddir)/include/wxXML
124
INCLUDES = -I$(top_builddir)/include/wxXML
126
subdir = src/xml
125
subdir = src/xml
Lines 129-135 Link Here
129
LTLIBRARIES = $(noinst_LTLIBRARIES)
128
LTLIBRARIES = $(noinst_LTLIBRARIES)
130
129
131
libwxxml_la_LDFLAGS =
130
libwxxml_la_LDFLAGS =
132
libwxxml_la_DEPENDENCIES = expat/libexpat.la
131
libwxxml_la_DEPENDENCIES = /usr/GENTOO_LIBDIR/libexpat.la
133
am_libwxxml_la_OBJECTS = xml.lo xmlhelpr.lo
132
am_libwxxml_la_OBJECTS = xml.lo xmlhelpr.lo
134
libwxxml_la_OBJECTS = $(am_libwxxml_la_OBJECTS)
133
libwxxml_la_OBJECTS = $(am_libwxxml_la_OBJECTS)
135
134
(-)wxsvg-1.0b7.old/wxSVG.dev (-20 lines)
Lines 1839-1864 Link Here
1839
OverrideBuildCmd=0
1839
OverrideBuildCmd=0
1840
BuildCmd=
1840
BuildCmd=
1841
1841
1842
[Unit182]
1843
FileName=src\xml\expat\xmlrole.c
1844
CompileCpp=0
1845
Folder=wxSVG
1846
Compile=1
1847
Link=1
1848
Priority=1000
1849
OverrideBuildCmd=0
1850
BuildCmd=$(CC) -c xmlrole.c -o xmlrole.o $(CFLAGS)
1851
1852
[Unit183]
1853
FileName=src\xml\expat\xmltok.c
1854
CompileCpp=0
1855
Folder=wxSVG
1856
Compile=1
1857
Link=1
1858
Priority=1000
1859
OverrideBuildCmd=0
1860
BuildCmd=$(CC) -c xmltok.c -o xmltok.o $(CFLAGS)
1861
1862
[Unit185]
1842
[Unit185]
1863
FileName=src\xml\xmlhelpr.cpp
1843
FileName=src\xml\xmlhelpr.cpp
1864
CompileCpp=1
1844
CompileCpp=1

Return to bug 249625