diff options
Diffstat (limited to 'print/ghostscript9-agpl-base/files/patch-devices-gdevvglb.c')
-rw-r--r-- | print/ghostscript9-agpl-base/files/patch-devices-gdevvglb.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/print/ghostscript9-agpl-base/files/patch-devices-gdevvglb.c b/print/ghostscript9-agpl-base/files/patch-devices-gdevvglb.c new file mode 100644 index 000000000000..ca8dcf130c2c --- /dev/null +++ b/print/ghostscript9-agpl-base/files/patch-devices-gdevvglb.c @@ -0,0 +1,15 @@ +--- devices/gdevvglb.c.orig 2011-07-17 19:56:33.000000000 +0900 ++++ devices/gdevvglb.c 2011-07-17 19:57:10.000000000 +0900 +@@ -367,12 +367,3 @@ + } + return 0; + } +- +-#ifdef GS_DEVS_SHARED +-extern void gs_lib_register_device(const gx_device *dev); +-void +-gs_shared_init(void) +-{ +- gs_lib_register_device(&gs_vgalib_device); +-} +-#endif |