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

Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +4 lines)
Line  Link Here
0
-- redland-1.0.16/redland.pc.in
0
++ redland-1.0.16/redland.pc.in
Lines 14-18 Link Here
14
Requires.private: raptor2 >= @RAPTOR_MIN_VERSION@, rasqal >= @RASQAL_MIN_VERSION@, rasqal <= @RASQAL_MAX_VERSION@
14
Requires.private: raptor2 >= @RAPTOR_MIN_VERSION@, rasqal >= @RASQAL_MIN_VERSION@, rasqal <= @RASQAL_MAX_VERSION@
15
Version: @VERSION@
15
Version: @VERSION@
16
Libs: -L${libdir} -lrdf
16
Libs: -L${libdir} -lrdf
17
Libs.private: @LIBRDF_LDFLAGS@ @LIBRDF_PKGCONFIG_PRIVATE_LIBS@
17
Libs.private: @LIBRDF_PKGCONFIG_PRIVATE_LIBS@
18
Cflags: -I${includedir}
18
Cflags: -I${includedir}
19
-- redland-1.0.16/configure.ac
19
++ redland-1.0.16/configure.ac
Lines 366-372 Link Here
366
  AC_MSG_RESULT($bdb_include_dir)
366
  AC_MSG_RESULT($bdb_include_dir)
367
367
368
  if test "$bdb_prefix" != no; then
368
  if test "$bdb_prefix" != no; then
369
    nLDFLAGS=$LDFLAGS
369
    nLDFLAGS=
370
    nCPPFLAGS=
370
    nCPPFLAGS=
371
371
372
    if test "$bdb_lib_dir" != /usr/lib; then
372
    if test "$bdb_lib_dir" != /usr/lib; then

Return to bug 468298