summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjperkin <jperkin>2015-04-23 09:18:57 +0000
committerjperkin <jperkin>2015-04-23 09:18:57 +0000
commit72726634f1ff3e086af69c0d3b98f3e18b5abc92 (patch)
treee0fd44968728b1d8e578a0b3330025a960b8668d /devel
parentf32c86326a942834bab62527c7009e7a59b60c22 (diff)
downloadpkgsrc-72726634f1ff3e086af69c0d3b98f3e18b5abc92.tar.gz
Explicitly disable epoll and inotify found on illumos, they are provided for
Linux compatibility only.
Diffstat (limited to 'devel')
-rw-r--r--devel/ecore/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/ecore/Makefile b/devel/ecore/Makefile
index 07433d36aa4..87ff5b07573 100644
--- a/devel/ecore/Makefile
+++ b/devel/ecore/Makefile
@@ -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 @@ GNU_CONFIGURE= yes
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: