summaryrefslogtreecommitdiffstats
path: root/databases/mysql54-server
diff options
context:
space:
mode:
authorroam <roam@FreeBSD.org>2003-10-03 16:10:16 +0000
committerroam <roam@FreeBSD.org>2003-10-03 16:10:16 +0000
commit9cd208a640d800b3a4825089889603fedaf1245b (patch)
tree1207c01574835fe458b22cb8de2cb01e8164fc46 /databases/mysql54-server
parenta04a8fb504c1fe4da18fd53696182c6fd2a22e2a (diff)
downloadFreeBSD-ports-9cd208a640d800b3a4825089889603fedaf1245b.zip
FreeBSD-ports-9cd208a640d800b3a4825089889603fedaf1245b.tar.gz
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/mysql54-server')
-rw-r--r--databases/mysql54-server/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/mysql54-server/Makefile b/databases/mysql54-server/Makefile
index 9654fa2..7a36ca57 100644
--- a/databases/mysql54-server/Makefile
+++ b/databases/mysql54-server/Makefile
@@ -48,6 +48,10 @@ CONFIGURE_ARGS= --localstatedir=${DB_DIR} \
--with-comment='FreeBSD port: ${PKGNAME}' \
--enable-thread-safe-client
+.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"
OpenPOWER on IntegriCloud