pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ecore Explicitly disable epoll and inotify found...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/74aae44a0fb0
branches:  trunk
changeset: 650460:74aae44a0fb0
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Apr 23 09:18:57 2015 +0000

description:
Explicitly disable epoll and inotify found on illumos, they are provided for
Linux compatibility only.

diffstat:

 devel/ecore/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r abe42fc2c4df -r 74aae44a0fb0 devel/ecore/Makefile
--- a/devel/ecore/Makefile      Thu Apr 23 09:17:48 2015 +0000
+++ b/devel/ecore/Makefile      Thu Apr 23 09:18:57 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2014/02/12 23:17:46 tron Exp $
+# $NetBSD: Makefile,v 1.11 2015/04/23 09:18:57 jperkin Exp $
 #
 
 DISTNAME=      ecore-1.7.7
@@ -16,10 +16,16 @@
 USE_LIBTOOL=   yes
 USE_TOOLS+=    pkg-config
 
+OPSYSVARS+=    CONFIGURE_ARGS
+
 CONFIGURE_ARGS+=       --disable-ecore-directfb \
                        --enable-ecore-desktop \
                        --disable-ecore-evas-sdl
 
+# Explicitly disable epoll/inotify on illumos, provided for Linux compat only.
+CONFIGURE_ARGS.SunOS+= --disable-epoll
+CONFIGURE_ARGS.SunOS+= --disable-inotify
+
 INSTALLATION_DIRS=     share/doc/ecore
 
 post-install:



Home | Main Index | Thread Index | Old Index