diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-29 16:06:00 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-29 16:06:00 +0100 |
commit | 8e8512391c668fc7074f812f15eabe8f176fb01e (patch) | |
tree | f9f0862dd6eb962fe3fc4803180b431843f6c5be /package/m4/patches/patch-lib_config_hin | |
parent | c491653a1f9574a42965025805d472c3d145f699 (diff) | |
parent | ae3d4616ed9c19a29d656193254657f93d612fa2 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/m4/patches/patch-lib_config_hin')
-rw-r--r-- | package/m4/patches/patch-lib_config_hin | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/package/m4/patches/patch-lib_config_hin b/package/m4/patches/patch-lib_config_hin deleted file mode 100644 index 08932ac77..000000000 --- a/package/m4/patches/patch-lib_config_hin +++ /dev/null @@ -1,14 +0,0 @@ ---- m4-1.4.16.orig/lib/config.hin 2011-03-01 17:57:39.000000000 +0100 -+++ m4-1.4.16/lib/config.hin 2012-10-01 22:43:08.000000000 +0200 -@@ -1266,6 +1266,11 @@ - # endif - #endif - -+/* Enable large inode numbers on Mac OS X 10.5. */ -+#ifndef _DARWIN_USE_64_BIT_INODE -+# define _DARWIN_USE_64_BIT_INODE 1 -+#endif -+ - /* Number of bits in a file offset, on hosts where this is settable. */ - #undef _FILE_OFFSET_BITS - |