Path to this page:
Subject: CVS commit: pkgsrc/databases/mariadb106-client
From: Brook Milligan
Date: 2022-04-06 20:04:51
Message id: 20220406180451.5603BFB24@cvs.NetBSD.org
Log Message:
mariadb106-client: no need to special case __APPLE__ for pkgsrc builds
The file client/mysql.cc uses the readline library, but it has preprocessor
conditionals specially for __APPLE__. Pkgsrc expects a common readline,
however, and so the build fails. Removing the special case handles __APPLE__
the same as other platforms.
Files: