summaryrefslogtreecommitdiff
path: root/print/ghostscript7-x11/files/patch-src_gconf.c
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-06-17 23:28:04 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-06-17 23:28:04 +0000
commit1a8a092d9fefcbd7f960c82c59802c61807867a6 (patch)
tree48e47bf661e0e5d6ed9c060e8aea683b30d4540f /print/ghostscript7-x11/files/patch-src_gconf.c
parent- Update to 1.7.1 (diff)
Rename all files containing a : in their filename.
While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight
Diffstat (limited to '')
-rw-r--r--print/ghostscript7-x11/files/patch-src_gconf.c (renamed from print/ghostscript7-x11/files/patch-src-gconf.c)6
1 files changed, 3 insertions, 3 deletions
diff --git a/print/ghostscript7-x11/files/patch-src-gconf.c b/print/ghostscript7-x11/files/patch-src_gconf.c
index 4afa18c6e024..4939f12942ab 100644
--- a/print/ghostscript7-x11/files/patch-src-gconf.c
+++ b/print/ghostscript7-x11/files/patch-src_gconf.c
@@ -1,5 +1,5 @@
---- src/gconf.c.orig 2003-01-17 09:49:00.000000000 +0900
-+++ src/gconf.c 2015-08-22 01:52:10.741824000 +0900
+--- src/gconf.c.orig 2003-01-17 00:49:00 UTC
++++ src/gconf.c
@@ -81,7 +81,8 @@
/* Set up the device table. */
#define device_(dev) (const gx_device *)&dev,
@@ -10,7 +10,7 @@
#include "gconf.h"
0
};
-@@ -149,9 +150,29 @@
+@@ -149,9 +150,29 @@ int
gs_lib_device_list(const gx_device * const **plist,
gs_memory_struct_type_t ** pst)
{