pkgsrc/print/xpp/patches/patch-ac
chap 3c2a093790 This update to print/xpp builds the 1.5 release. New in this release
are custom paper sizes, n-up printing selections, page borders, jpeg
and png previewing, job control options, and extended option types
to support foomatic and fax4CUPS.

A repeatable SEGV is fixed (patch also sent to xpp maintainer).

Closes PR pkg/32930

Reviewed by <bouyer>
2006-05-07 01:47:00 +00:00

13 lines
517 B
Text

$NetBSD: patch-ac,v 1.2 2006/05/07 01:47:00 chap Exp $
--- configure.in.orig 2006-03-03 12:54:21.000000000 +0100
+++ configure.in 2006-03-03 12:56:12.000000000 +0100
@@ -103,7 +103,7 @@
AC_CHECK_LIB(cups,httpConnect)
dnl Check for CUPSD
-AC_PATH_PROG(CUPSD,cupsd,,$PATH:/usr/sbin:/sbin:/usr/local/sbin)
+AC_PATH_PROG(CUPSD,cupsd,,$PATH:/usr/sbin:/sbin:/usr/local/sbin:$prefix/sbin)
if test "$CUPSD" = ""; then
AC_MSG_ERROR(CUPS daemon not found, please install CUPS package (http://www.cups.org).)
fi