mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
Fix typo in recent MySQL component addition. This typo lead to incorrect
operation when using MySQL 3.32. PR: 56062 Submitted by: leeym
This commit is contained in:
parent
61678d15bb
commit
6e05d97629
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87825
@ -1534,7 +1534,7 @@ MYSQL41_LIBVER= 14
|
||||
MYSQL_VER= ${WANT_MYSQL_VER}
|
||||
.elif defined(WITH_MYSQL_VER)
|
||||
MYSQL_VER= ${WITH_MYSQL_VER}
|
||||
.elif exists(${LOCALBASE}/lib/mysql/libmysqlclient.so.${MYSQL_323_LIBVER})
|
||||
.elif exists(${LOCALBASE}/lib/mysql/libmysqlclient.so.${MYSQL323_LIBVER})
|
||||
MYSQL_VER= 323
|
||||
.elif exists(${LOCALBASE}/lib/mysql/libmysqlclient.so.${MYSQL40_LIBVER})
|
||||
MYSQL_VER= 40
|
||||
|
Loading…
Reference in New Issue
Block a user