pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/coreutils Explicitly disable inotify support ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7eb454b50516
branches:  trunk
changeset: 645543:7eb454b50516
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Jan 29 21:58:34 2015 +0000

description:
Explicitly disable inotify support on SunOS whilst it is Linux-specific.

diffstat:

 sysutils/coreutils/Makefile.common |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 433325609847 -r 7eb454b50516 sysutils/coreutils/Makefile.common
--- a/sysutils/coreutils/Makefile.common        Thu Jan 29 21:54:39 2015 +0000
+++ b/sysutils/coreutils/Makefile.common        Thu Jan 29 21:58:34 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.8 2014/12/12 00:28:10 rodent Exp $
+# $NetBSD: Makefile.common,v 1.9 2015/01/29 21:58:34 jperkin Exp $
 # used by sysutils/coreutils/Makefile
 # used by misc/gnuls/Makefile
 
@@ -37,6 +37,11 @@
 CONFIGURE_ENV+=                FORCE_UNSAFE_CONFIGURE=1
 .endif
 
+# Explicitly disable inotify support whilst it is Linux-specific.
+.if ${OPSYS} == "SunOS"
+CONFIGURE_ENV+=                ac_cv_func_inotify_init=no
+.endif
+
 .if !empty(MACHINE_PLATFORM:MDarwin-[9].*-*)
 CONFIGURE_ENV+=                ac_cv_header_sys_acl_h=no jm_cv_func_svid_putenv=yes
 .endif



Home | Main Index | Thread Index | Old Index