aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-03-21 13:25:56 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-03-21 13:25:56 +0000
commit8fcd45533bb313268ffa7f466322b2dc0ca47882 (patch)
tree8cc0464bf20b5a14a0058f146a540063cbfaccce /databases
parentd170c24463f0b55c8ceb0f8afe4ee36164ef5964 (diff)
- 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)
Notes
Notes: svn path=/head/; revision=131836
Diffstat (limited to 'databases')
-rw-r--r--databases/mysql41-server/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/mysql41-server/Makefile b/databases/mysql41-server/Makefile
index eef29854cbc4..9256a0d31c8a 100644
--- a/databases/mysql41-server/Makefile
+++ b/databases/mysql41-server/Makefile
@@ -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>