pkgsrc-ng/print/ghostscript-gpl/patches/patch-configure.ac
2013-09-26 17:14:40 +02:00

16 lines
456 B
Plaintext

$NetBSD: patch-configure.ac,v 1.1 2013/03/16 21:32:01 dholland 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
@@ -404,7 +404,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