Index: head/graphics/imlib2/files/patch-src_modules_loaders_loader__argb.c =================================================================== --- head/graphics/imlib2/files/patch-src_modules_loaders_loader__argb.c (nonexistent) +++ head/graphics/imlib2/files/patch-src_modules_loaders_loader__argb.c (revision 544503) @@ -0,0 +1,12 @@ +--- src/modules/loaders/loader_argb.c.orig 2020-08-08 14:27:16 UTC ++++ src/modules/loaders/loader_argb.c +@@ -7,6 +7,9 @@ load2(ImlibImage * im, int load_data) + int w = 0, h = 0, alpha = 0; + DATA32 *ptr; + int y; ++#ifdef WORDS_BIGENDIAN ++ int l; ++#endif + + rc = LOAD_FAIL; + Property changes on: head/graphics/imlib2/files/patch-src_modules_loaders_loader__argb.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property