CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2023/05/17 05:00:15
Modified files:
databases/ruby-mysql: Makefile
Added files:
databases/ruby-mysql/patches: patch-ext_mysql_api_extconf_rb
Log message:
unbreak ruby-mysql with newer mariadb when built with newer llvm (this
parses a header for integer macros following a pattern of names, but
gets confused by a new string macro ER_UNKNOWN_ERROR_CODE).
I'll remove this port next commit anyway as it's unmaintained and there
are maintained alternatives, but might as well commit a fix since I have it.