diff options
Diffstat (limited to 'print/cups/patches')
-rw-r--r-- | print/cups/patches/patch-am | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/print/cups/patches/patch-am b/print/cups/patches/patch-am new file mode 100644 index 00000000000..1f3361bf333 --- /dev/null +++ b/print/cups/patches/patch-am @@ -0,0 +1,35 @@ +$NetBSD: patch-am,v 1.3 2002/10/25 10:49:03 bouyer Exp $ + +--- configure.orig Mon Oct 7 17:40:29 2002 ++++ configure Fri Oct 25 12:23:54 2002 +@@ -5963,9 +5963,9 @@ + *) + # All others + INSTALL_SYSV="install-sysv" +- CUPS_SERVERBIN="$exec_prefix/lib/cups" ++ CUPS_SERVERBIN="$exec_prefix/libexec/cups" + cat >>confdefs.h <<_ACEOF +-#define CUPS_SERVERBIN "$exec_prefix/lib/cups" ++#define CUPS_SERVERBIN "$exec_prefix/libexec/cups" + _ACEOF + + ;; +@@ -6085,12 +6085,12 @@ + ;; + SunOS* | HP-UX*) + # Solaris and HP-UX +- CAT1EXT=1 +- CAT3EXT=3 +- CAT5EXT=5 +- CAT8EXT=1m +- MAN8EXT=1m +- MAN8DIR=1m ++ CAT1EXT=0 ++ CAT3EXT=0 ++ CAT5EXT=0 ++ CAT8EXT=0 ++ MAN8EXT=8 ++ MAN8DIR=8 + ;; + *) + # All others |