aboutsummaryrefslogtreecommitdiffstats
path: root/databases/mysql323-server
diff options
context:
space:
mode:
authorroam <roam@FreeBSD.org>2003-10-04 00:10:16 +0800
committerroam <roam@FreeBSD.org>2003-10-04 00:10:16 +0800
commit9cd208a640d800b3a4825089889603fedaf1245b (patch)
tree1207c01574835fe458b22cb8de2cb01e8164fc46 /databases/mysql323-server
parenta04a8fb504c1fe4da18fd53696182c6fd2a22e2a (diff)
downloadfreebsd-ports-gnome-9cd208a640d800b3a4825089889603fedaf1245b.tar.gz
freebsd-ports-gnome-9cd208a640d800b3a4825089889603fedaf1245b.tar.zst
freebsd-ports-gnome-9cd208a640d800b3a4825089889603fedaf1245b.zip
Protect against accidentally defining USE_MYSQL in the environment or
on the make(1) command line[1]. Unbreak mysql40-server's building on -CURRENT (-pthread)[2]. PR: 56252[1], 56925[2] Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> [1], Alex Dupre <sysadmin@alexdupre.com> (maintainer) [2]
Diffstat (limited to 'databases/mysql323-server')
-rw-r--r--databases/mysql323-server/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/mysql323-server/Makefile b/databases/mysql323-server/Makefile
index 66516d5236fe..61b5e71c17fd 100644
--- a/databases/mysql323-server/Makefile
+++ b/databases/mysql323-server/Makefile
@@ -39,6 +39,10 @@ CONFIGURE_ARGS= --localstatedir=${DB_DIR} \
--program-prefix='' \
--with-innodb
+.ifdef USE_MYSQL
+.error You have `USE_MYSQL' variable defined either in environment or in make(1) arguments. Please undefine and try again.
+.endif
+
.include <bsd.port.pre.mk>
.if ${MACHINE_ARCH} == "i386"