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.0.old/configure.in (+3 lines)
Lines 165-170 Link Here
165
  LIBS="$LIBS $FFMPEG_LIBS"
165
  LIBS="$LIBS $FFMPEG_LIBS"
166
fi
166
fi
167
167
168
dnl whether to use bundled libexpat
169
AC_CHECK_LIBEXPATLA
170
168
171
169
dnl vars
172
dnl vars
170
AC_SUBST(LDFLAGS)
173
AC_SUBST(LDFLAGS)
(-)wxsvg-1.0.old/src/svgxml/Makefile.am (-2 / +4 lines)
Lines 1-7 Link Here
1
SUBDIRS = expat
1
if MAYBE_EXPAT_SUBDIR
2
  SUBDIRS = expat
3
endif
2
4
3
noinst_LTLIBRARIES = libwxsvgxml.la
5
noinst_LTLIBRARIES = libwxsvgxml.la
4
libwxsvgxml_la_SOURCES = svgxml.cpp svgxmlhelpr.cpp
6
libwxsvgxml_la_SOURCES = svgxml.cpp svgxmlhelpr.cpp
5
libwxsvgxml_la_LIBADD = expat/libexpat.la
7
libwxsvgxml_la_LIBADD = $(my_libexpat_la)
6
8
7
INCLUDES = -I$(top_builddir)/include/wxSVGXML
9
INCLUDES = -I$(top_builddir)/include/wxSVGXML

Return to bug 249625