diff options
Diffstat (limited to 'debian/patches/gprof-build.diff')
-rw-r--r-- | debian/patches/gprof-build.diff | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/gprof-build.diff b/debian/patches/gprof-build.diff index d26c5af..82377ee 100644 --- a/debian/patches/gprof-build.diff +++ b/debian/patches/gprof-build.diff @@ -11,6 +11,6 @@ Index: b/gprof/gconfig.in -/* Version number of package */ -#undef VERSION - - /* Number of bits in a file offset, on hosts where this is settable. */ - #undef _FILE_OFFSET_BITS - + /* Enable large inode numbers on Mac OS X 10.5. */ + #ifndef _DARWIN_USE_64_BIT_INODE + # define _DARWIN_USE_64_BIT_INODE 1 |