mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
- Add WITH_COLLATION knob to control --with-collation configure argument.
Useful for regional collation support. PR: ports/78400 Submitted by: Divacky Roman <xdivac02@stud.fit.vutbr.cz> Approved by: maintainer timeout (17 days)
This commit is contained in:
parent
d170c24463
commit
8fcd45533b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131836
@ -61,6 +61,9 @@ CONFIGURE_ARGS+=--without-innodb
|
||||
.if defined(WITH_NDB)
|
||||
CONFIGURE_ARGS+=--with-ndbcluster
|
||||
.endif
|
||||
.if defined(WITH_COLLATION) && ${WITH_COLLATION} != ""
|
||||
CONFIGURE_ARGS+=--with-collation=${WITH_COLLATION}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user