summaryrefslogtreecommitdiff
path: root/print/ghostscript/patches/patch-configure.ac
blob: dff064638282932075dc5d9bc8d9051c97632d18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-configure.ac,v 1.2 2013/03/08 20:45:25 adam Exp $

See patch-ah (configure)

--- base/configure.ac.orig	2011-08-05 20:12:20.000000000 +0900
+++ base/configure.ac	2011-08-22 19:10:30.000000000 +0900
@@ -514,7 +514,7 @@
 fi
 
 if test x$with_libpaper != xno; then
-    LIBS="$LIBS -lpaper"
+    LIBS="$LIBS -L${LPLIBDIR} -Wl,-R${LPLIBDIR} -lpaper"
     AC_DEFINE(USE_LIBPAPER, 1, [Using libpaper])
     CFLAGS="$CFLAGS -DUSE_LIBPAPER"
 fi