diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-02-16 08:51:57 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-02-16 08:51:57 +0000 |
commit | d4c03f8881f89527376e019feba7f3e77e9c962f (patch) | |
tree | a18378de75ec9f860cd2c1fb072ce1feaec190c1 /sysutils | |
parent | 73cfd5eebf6128c024e6c7cba335f20b9fc24c2d (diff) | |
download | pkgsrc-d4c03f8881f89527376e019feba7f3e77e9c962f.tar.gz |
Convert UTF-8 space to a regular ASCII one.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/coreutils/Makefile.common | 4 |
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 |