aboutsummaryrefslogtreecommitdiffstats
path: root/main/ghostscript
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-01-29 00:55:59 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-01-29 00:55:59 +0100
commit1eb911922a7e818a6f314a68c0561bba008e6efd (patch)
tree9b647e44195a0a0876b40cbf5fa42dca0641179f /main/ghostscript
parentd420552f02af2ad6a15cf3a70b76bf86b222c07e (diff)
downloadaports-1eb911922a7e818a6f314a68c0561bba008e6efd.tar.bz2
aports-1eb911922a7e818a6f314a68c0561bba008e6efd.tar.xz
Remove stale patches in main/
Diffstat (limited to 'main/ghostscript')
-rw-r--r--main/ghostscript/fix-alignment.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/main/ghostscript/fix-alignment.patch b/main/ghostscript/fix-alignment.patch
deleted file mode 100644
index 2608a0a083..0000000000
--- a/main/ghostscript/fix-alignment.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ghostscript-9.21/base/gxht_thresh.c.orig 2017-04-13 13:39:39.850641972 +0300
-+++ ghostscript-9.21/base/gxht_thresh.c 2017-04-13 13:39:50.380785619 +0300
-@@ -38,7 +38,7 @@
- /* #define PACIFY_VALGRIND */
-
- #ifndef __WIN32__
--#define __align16 __attribute__((align(16)))
-+#define __align16 __attribute__((aligned(16)))
- #else
- #define __align16 __declspec(align(16))
- #endif