Path to this page:
Subject: CVS commit: pkgsrc/databases/mariadb105-client
From: Brook Milligan
Date: 2022-04-06 20:16:13
Message id: 20220406181613.A0030FB24@cvs.NetBSD.org
Log Message:
mariadb105-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: