diff options
Diffstat (limited to '')
-rw-r--r-- | print/ghostscript9-agpl-x11/files/patch-base_gp__unix.c (renamed from print/ghostscript9-agpl-base/files/patch-base-gp_unix.c) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/ghostscript9-agpl-base/files/patch-base-gp_unix.c b/print/ghostscript9-agpl-x11/files/patch-base_gp__unix.c index 5e89d3b811a4..eb39270d5fb4 100644 --- a/print/ghostscript9-agpl-base/files/patch-base-gp_unix.c +++ b/print/ghostscript9-agpl-x11/files/patch-base_gp__unix.c @@ -1,6 +1,6 @@ ---- base/gp_unix.c.orig 2015-08-22 03:07:24.257409000 +0900 -+++ base/gp_unix.c 2015-08-22 03:08:15.753173000 +0900 -@@ -52,6 +52,7 @@ +--- base/gp_unix.c.orig 2015-03-30 08:21:24 UTC ++++ base/gp_unix.c +@@ -52,6 +52,7 @@ extern char *getenv(const char *); * and applied as a patch (preferable). */ #include <sys/types.h> @@ -8,7 +8,7 @@ #include <dirent.h> #include <dlfcn.h> #include <string.h> -@@ -61,26 +62,25 @@ +@@ -61,26 +62,25 @@ gp_init(void) { DIR* dir = NULL; struct dirent* dirent; |