summaryrefslogtreecommitdiff
path: root/media-libs/allegro/files/allegro-4.4.2-static-func.patch
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/allegro/files/allegro-4.4.2-static-func.patch')
-rw-r--r--media-libs/allegro/files/allegro-4.4.2-static-func.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/media-libs/allegro/files/allegro-4.4.2-static-func.patch b/media-libs/allegro/files/allegro-4.4.2-static-func.patch
deleted file mode 100644
index ac107d387d56..000000000000
--- a/media-libs/allegro/files/allegro-4.4.2-static-func.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-https://sourceforge.net/p/alleg/bugs/398/
-
---- a/addons/jpgalleg/src/decode.c 2008-02-13 14:04:57.000000000 +0100
-+++ b/addons/jpgalleg/src/decode.c 2015-09-03 14:57:57.888485546 +0200
-@@ -477,7 +477,7 @@
- * Reads a string of bits from the input stream and returns a properly signed
- * number given the category.
- */
--INLINE int
-+static INLINE int
- get_value(int category)
- {
- int result = get_bits(category);