summaryrefslogtreecommitdiff
path: root/print/ghostscript/patches/patch-ah
blob: 0479e726f4ad639e4877eaa949d8291e26db750e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$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.