diff options
Diffstat (limited to 'packaging/Debian/debian-unstable/patches/cups.patch')
-rw-r--r-- | packaging/Debian/debian-unstable/patches/cups.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packaging/Debian/debian-unstable/patches/cups.patch b/packaging/Debian/debian-unstable/patches/cups.patch new file mode 100644 index 0000000000..8b1b8653d9 --- /dev/null +++ b/packaging/Debian/debian-unstable/patches/cups.patch @@ -0,0 +1,14 @@ +--- samba-3.0.10.orig/source/include/includes.h ++++ samba-3.0.10/source/include/includes.h +@@ -940,10 +940,7 @@ + #endif + + #ifndef DEFAULT_PRINTING +-#ifdef HAVE_CUPS +-#define DEFAULT_PRINTING PRINT_CUPS +-#define PRINTCAP_NAME "cups" +-#elif defined(SYSV) ++#if defined(SYSV) + #define DEFAULT_PRINTING PRINT_SYSV + #define PRINTCAP_NAME "lpstat" + #else |