summaryrefslogtreecommitdiff
path: root/print/cups/patches/patch-am
diff options
context:
space:
mode:
authorbouyer <bouyer@pkgsrc.org>2002-10-25 10:49:03 +0000
committerbouyer <bouyer@pkgsrc.org>2002-10-25 10:49:03 +0000
commitccc5c184f0a6daf4f95d0126d32ec41ecdf831e0 (patch)
treec57c64970353eb69d67590504ad1736c1ff5a420 /print/cups/patches/patch-am
parent70400c648a12bd3316b1f4a876e3c102da374cec (diff)
downloadpkgsrc-ccc5c184f0a6daf4f95d0126d32ec41ecdf831e0.tar.gz
Make CUPS_SERVERBIN points to $PREFIX/libexec/cups for solaris too
Correct man extentions for solaris. Use ${PKGLOCALEDIR} in PLIST for locale directories.
Diffstat (limited to 'print/cups/patches/patch-am')
-rw-r--r--print/cups/patches/patch-am35
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