summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/gimp-print/files/gimp-print-5.1.0-nonls.patch')
-rw-r--r--media-gfx/gimp-print/files/gimp-print-5.1.0-nonls.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/media-gfx/gimp-print/files/gimp-print-5.1.0-nonls.patch b/media-gfx/gimp-print/files/gimp-print-5.1.0-nonls.patch
deleted file mode 100644
index 039bca3cc5eb..000000000000
--- a/media-gfx/gimp-print/files/gimp-print-5.1.0-nonls.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- gutenprint-5.1.0/src/cups/genppd.c.orig 2007-04-07 16:58:54.000000000 +0200
-+++ gutenprint-5.1.0/src/cups/genppd.c 2007-04-07 17:00:24.000000000 +0200
-@@ -276,7 +276,9 @@
- const stp_printer_t *p; /* Printer driver */
- const char *lang = "C";
- char *s;
-+#ifdef ENABLE_NLS
- char **all_langs = getlangs();
-+#endif
- char filename[1024], /* Filename */
- ppd_location[1024]; /* Installed location */
-
-@@ -474,7 +476,9 @@
- verbose = 0;
- break;
- case 'c':
-+#ifdef ENABLE_NLS
- baselocaledir = optarg;
-+#endif
- # ifdef DEBUG
- fprintf(stderr, "DEBUG: baselocaledir: %s\n", baselocaledir);
- # endif