pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/mysql-cluster Extend SunOS epoll quirk to fi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/024b9253555a
branches:  trunk
changeset: 652850:024b9253555a
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Mon Jun 08 16:27:35 2015 +0000

description:
Extend SunOS epoll quirk to fix build on recent Illumos platforms.

diffstat:

 databases/mysql-cluster/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 038c1a1a573a -r 024b9253555a databases/mysql-cluster/Makefile.common
--- a/databases/mysql-cluster/Makefile.common   Mon Jun 08 16:26:05 2015 +0000
+++ b/databases/mysql-cluster/Makefile.common   Mon Jun 08 16:27:35 2015 +0000
@@ -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 @@
 # 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



Home | Main Index | Thread Index | Old Index