aboutsummaryrefslogtreecommitdiff
path: root/ports/giflib/fix-compile-error.patch
AgeCommit message (Collapse)Author
2021-07-23[giflib] Update to 5.2.1 (#18836)Kai Pastor
* Update to 5.2.1 * Modernize portfile * Enable shared lib * Handle system reallocarray * x-add-version * Disable GifDrawBoxedText8x8 on windows * Update git-tree * Add separate patch for GifDrawBoxedText8x8 * Update git-tree
2019-03-28[giflib]fix compile error in x64-uwp (#5578)JackBoosY
* [giflib]fix compile error in x64-uwp * [giflib]Modify the location of the CMakelists.txt changes in the patch to avoid patching failures. * [giflib]Modify cmakelists.txt directly and delete the corresponding changes in the patch * [giflib] Modernize. Avoid use of WINDOWS_EXPORT_ALL_SYMBOLS.