CVSROOT: /cvs Module name: ports Changes by: [email protected] 2023/06/03 01:02:23
Added files:
editors/scintilla/patches: patch-src_RunStyles_cxx
Log message:
editors/scintilla: add patch to fix scite build on i386
RunStyles(ptrdiff_t) templates were defined only if PTRDIFF_MAX !=
INT_MAX, and in the end RunStyles(long) templates were missing.
build failure reported by sthen@, thanks !
