--- parted-3.2.orig/lib/config.h.in	2014-07-28 22:02:54.000000000 -0500
+++ parted-3.2/lib/config.h.in	2015-01-03 14:02:11.888853421 -0600
@@ -1471,6 +1471,11 @@
 /* Enable large inode numbers on Mac OS X 10.5. */
 #undef _DARWIN_USE_64_BIT_INODE
 
+/* 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