befd52f31e
being here, quell a printf format compiler warning
13 lines
336 B
Text
13 lines
336 B
Text
$NetBSD: patch-ah,v 1.3 2009/02/13 15:31:35 drochner Exp $
|
|
|
|
--- configure.orig 2009-02-13 12:06:58.000000000 +0100
|
|
+++ configure
|
|
@@ -7749,7 +7749,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
|