opkg

statically linked package installer
git clone anongit@rnpnr.xyz:opkg.git
Log | Files | Refs | Feed | Submodules | README | LICENSE

Commit: 183c5dcdc903d63716790cb528d03de652f9c4bc
Parent: 5cf0b1e85ae7e098bab15ad0c396e075b8e00573
Author: Michael Forney
Date:   Sat,  2 May 2026 20:18:10 -0700

libpng: Remove unneeded restrict define

Diffstat:
Mpkg/libpng/config.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/libpng/config.h b/pkg/libpng/config.h @@ -37,7 +37,7 @@ #define STDC_HEADERS 1 /* #undef TM_IN_SYS_TIME */ #define VERSION "1.6.43" -#define restrict __restrict__ +/* #undef restrict */ #if defined __SUNPRO_CC && !defined __RESTRICT && !defined __restrict__ # define _Restrict # define __restrict__