summaryrefslogtreecommitdiff
path: root/sysutils/coreutils
diff options
context:
space:
mode:
authorjperkin <jperkin>2016-02-16 08:51:57 +0000
committerjperkin <jperkin>2016-02-16 08:51:57 +0000
commit3e7ec8410fd1ab788711e6861f574a61bc25bab1 (patch)
treea18378de75ec9f860cd2c1fb072ce1feaec190c1 /sysutils/coreutils
parent5cb9064e268a099616f61d50ea32b69180591ddc (diff)
downloadpkgsrc-3e7ec8410fd1ab788711e6861f574a61bc25bab1.tar.gz
Convert UTF-8 space to a regular ASCII one.
Diffstat (limited to 'sysutils/coreutils')
-rw-r--r--sysutils/coreutils/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/coreutils/Makefile.common b/sysutils/coreutils/Makefile.common
index 31a6744a1ce..3672ad04980 100644
--- a/sysutils/coreutils/Makefile.common
+++ b/sysutils/coreutils/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.12 2016/01/31 09:20:50 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.13 2016/02/16 08:51:57 jperkin Exp $
# used by sysutils/coreutils/Makefile
# used by misc/gnuls/Makefile
@@ -47,7 +47,7 @@ CONFIGURE_ENV+= gl_cv_search_pthread_join=-lpthread
CONFIGURE_ENV+= FORCE_UNSAFE_CONFIGURE=1
.endif
-# Explicitly disable inotify support whilst it is Linux-specific.
+# Explicitly disable inotify support whilst it is Linux-specific.
.if ${OPSYS} == "SunOS"
CONFIGURE_ENV+= ac_cv_func_inotify_init=no
.endif