summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorfhajny <fhajny>2015-06-08 16:27:35 +0000
committerfhajny <fhajny>2015-06-08 16:27:35 +0000
commit5ce0cc3d640edcc7d419e4d0e457033b89f76842 (patch)
tree1e6f13b2591674322d86cbcf31c79505833d5f54 /databases
parent2b93dcf4b267c239cdbcbde70e29e6e67a429043 (diff)
downloadpkgsrc-5ce0cc3d640edcc7d419e4d0e457033b89f76842.tar.gz
Extend SunOS epoll quirk to fix build on recent Illumos platforms.
Diffstat (limited to 'databases')
-rw-r--r--databases/mysql-cluster/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysql-cluster/Makefile.common b/databases/mysql-cluster/Makefile.common
index c6cdadff1f2..c02ad41d1b6 100644
--- a/databases/mysql-cluster/Makefile.common
+++ b/databases/mysql-cluster/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2015/05/25 22:17:36 jnemeth Exp $
+# $NetBSD: Makefile.common,v 1.6 2015/06/08 16:27:35 fhajny Exp $
#
# used by databases/mysql-cluster/Makefile
@@ -90,7 +90,7 @@ CXXFLAGS+= -fPIC -DPIC
# and does not properly detect this, breaking the build later on. Also
# explicitly disable epoll support as it is Linux-specific.
.if ${OPSYS} == "SunOS"
-CMAKE_ARGS+= -DHAVE_SYS_EPOLL_H=NO
+CMAKE_ARGS+= -DHAVE_SYS_EPOLL_H=NO -DHAVE_EPOLL_CREATE=NO
CFLAGS+= -DHAVE_CURSES_H
CXXFLAGS+= -DHAVE_CURSES_H
.endif