Remove any attempts to create a libmysqlclient not linked to a threading
library.
Restore previous libraries location.
These two changes should fix most of the reported errors.
Feature safe: yes
Fix mysqlclient library in single-threaded applications,
by correctly implementing pthread_once (see PR threads/150959).
While I'm here, replace CONFLICTS with CONFLICTS_INSTALL.
Bump PORTREVISION.
PR: ports/153588
Submitted by: Richard Anthony Secor <rsecor@seqlogic.com>