diff options
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.patch | 13 |
1 files changed, 13 insertions, 0 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 new file mode 100644 index 000000000000..ac107d387d56 --- /dev/null +++ b/media-libs/allegro/files/allegro-4.4.2-static-func.patch @@ -0,0 +1,13 @@ +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); |