aboutsummaryrefslogtreecommitdiffstats
path: root/databases/mysql55-client/Makefile
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2011-01-09 20:29:19 +0800
committerale <ale@FreeBSD.org>2011-01-09 20:29:19 +0800
commit10dcfa79691731b7d169c1413438b89c5b20443e (patch)
tree0195445d8e17e009e7be37b2f22d0e8ded7ead77 /databases/mysql55-client/Makefile
parentc1635cfb48b4011c2bf530a89dd5240ac103deba (diff)
downloadfreebsd-ports-gnome-10dcfa79691731b7d169c1413438b89c5b20443e.tar.gz
freebsd-ports-gnome-10dcfa79691731b7d169c1413438b89c5b20443e.tar.zst
freebsd-ports-gnome-10dcfa79691731b7d169c1413438b89c5b20443e.zip
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>
Diffstat (limited to 'databases/mysql55-client/Makefile')
-rw-r--r--databases/mysql55-client/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mysql55-client/Makefile b/databases/mysql55-client/Makefile
index e91e7e1b36e7..0801fcee7ca6 100644
--- a/databases/mysql55-client/Makefile
+++ b/databases/mysql55-client/Makefile
@@ -18,7 +18,7 @@ PLIST= ${.CURDIR}/pkg-plist
LATEST_LINK= mysql55-client
-CONFLICTS= mysql-client-[34].* mysql-client-5.[0-46-9].*
+CONFLICTS_INSTALL= mysql-client-[34].* mysql-client-5.[0-46-9].*
CMAKE_ARGS= -DWITHOUT_SERVER=1