blob: 82377ee3c09e8b4fabc1e704ae768cf4b651fb04 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# DP: Fix gprof build error.
Index: b/gprof/gconfig.in
===================================================================
--- a/gprof/gconfig.in
+++ b/gprof/gconfig.in
@@ -96,9 +96,6 @@
#endif
-/* Version number of package */
-#undef VERSION
-
/* Enable large inode numbers on Mac OS X 10.5. */
#ifndef _DARWIN_USE_64_BIT_INODE
# define _DARWIN_USE_64_BIT_INODE 1
|