This is the second release in the stable 8.7x series. It features improved handling of fonts, nesting and color fixes with transparency objects, reduced memory footprint for the halftone cache, as well as improvements to the pxl output devices, and the usual number of bug and robustness fixes.
22 lines
716 B
Text
22 lines
716 B
Text
$NetBSD: patch-ah,v 1.4 2010/02/23 20:31:26 drochner Exp $
|
|
|
|
--- configure.orig 2010-02-10 20:31:30.000000000 +0000
|
|
+++ configure
|
|
@@ -8126,7 +8126,7 @@ fi
|
|
|
|
fi
|
|
if test x$with_libpaper != xno; then
|
|
- LIBS="$LIBS -lpaper"
|
|
+ LIBS="$LIBS -L${LPLIBDIR} -Wl,-R${LPLIBDIR} -lpaper"
|
|
|
|
cat >>confdefs.h <<\_ACEOF
|
|
#define USE_LIBPAPER 1
|
|
@@ -9203,7 +9203,7 @@ done
|
|
|
|
fi
|
|
|
|
- if test -z $LOCAL_LIBTIFF_VERSION && test "x$HAVE_SYSTEM_LIBTIFF" == x; then
|
|
+ if test -z $LOCAL_LIBTIFF_VERSION && test "x$HAVE_SYSTEM_LIBTIFF" = x; then
|
|
{ $as_echo "$as_me:$LINENO: Could not find a copy of libtiff on your system.
|
|
Disabling tiff output devices." >&5
|
|
$as_echo "$as_me: Could not find a copy of libtiff on your system.
|