diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-11 11:57:37 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-11 11:57:37 +0100 |
commit | 498aab46151060e0608aaee4801d86dc8c0306de (patch) | |
tree | 8f5ec20dfb9c00da40764df2cad8346747f6e15b | |
parent | fabb9069e5c9707dc8012f3e415a7f51aed9a640 (diff) |
fix build on FreeBSD host
-rw-r--r-- | package/cups/patches/patch-configure | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package/cups/patches/patch-configure b/package/cups/patches/patch-configure new file mode 100644 index 000000000..8e7e850cd --- /dev/null +++ b/package/cups/patches/patch-configure @@ -0,0 +1,14 @@ +--- cups-1.4.2.orig/configure 2009-11-10 00:04:25.000000000 +0100 ++++ cups-1.4.2/configure 2009-12-11 09:59:57.000000000 +0100 +@@ -10260,11 +10260,6 @@ _ACEOF + + # Server executables... + case "$uname" in +- *BSD* | Darwin*) +- # *BSD and Darwin (MacOS X) +- INSTALL_SYSV="" +- CUPS_SERVERBIN="$exec_prefix/libexec/cups" +- ;; + *) + # All others + INSTALL_SYSV="install-sysv" |