diff options
author | jperkin <jperkin@pkgsrc.org> | 2015-12-14 14:14:33 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2015-12-14 14:14:33 +0000 |
commit | 59ff2823fb1781b93f98e15d611930394badc474 (patch) | |
tree | f31ce6314d1b1f40db0dc00e5c282b0923fcf9f1 /mk | |
parent | d2412354c475b8f2cb33d945aa6358196132cd8f (diff) | |
download | pkgsrc-59ff2823fb1781b93f98e15d611930394badc474.tar.gz |
Extend the El Capitan HFS+ bug workaround to 15.1.0 but no further, I can
confirm that Apple fixed the bug in the recent 15.2.0 (10.11.2) update.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/platform/Darwin.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/platform/Darwin.mk b/mk/platform/Darwin.mk index 35518274ee5..040bfb77146 100644 --- a/mk/platform/Darwin.mk +++ b/mk/platform/Darwin.mk @@ -1,4 +1,4 @@ -# $NetBSD: Darwin.mk,v 1.75 2015/12/13 22:38:00 sevan Exp $ +# $NetBSD: Darwin.mk,v 1.76 2015/12/14 14:14:33 jperkin Exp $ # # Variable definitions for the Darwin operating system. @@ -180,7 +180,7 @@ MAKE_ENV+= MACOSX_DEPLOYMENT_TARGET="10.4" # El Capitan GM has a file system bug where a deep directory hierarchy can be # created but not removed. Avoid running a test which does exactly this. # See https://openradar.appspot.com/radar?id=6160634819379200 -.if defined(GNU_CONFIGURE) && !empty(OS_VERSION:M15.0.0) +.if defined(GNU_CONFIGURE) && !empty(OS_VERSION:M15.[01].0) CONFIGURE_ENV+= gl_cv_func_getcwd_abort_bug=no .endif |