diff options
author | sem <sem@FreeBSD.org> | 2004-08-26 17:52:34 +0000 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2004-08-26 17:52:34 +0000 |
commit | a426cf3979f8fe14b2242efa3b745773d163cc45 (patch) | |
tree | ec12f5f489d5ce3b97d456166a680488fca9b7f6 /devel | |
parent | fd116847e25bbd0a1ae78a37533fd067319b294a (diff) | |
download | FreeBSD-ports-a426cf3979f8fe14b2242efa3b745773d163cc45.zip FreeBSD-ports-a426cf3979f8fe14b2242efa3b745773d163cc45.tar.gz |
Fix build on 5.x
PR: ports/70932
Submitted by: maintainer
Diffstat (limited to 'devel')
-rw-r--r-- | devel/kcachegrind/files/patch-utils.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/kcachegrind/files/patch-utils.h b/devel/kcachegrind/files/patch-utils.h new file mode 100644 index 0000000..c33cd2a --- /dev/null +++ b/devel/kcachegrind/files/patch-utils.h @@ -0,0 +1,11 @@ +--- kcachegrind/utils.h.orig Wed Aug 25 09:14:10 2004 ++++ kcachegrind/utils.h Wed Aug 25 09:15:21 2004 +@@ -151,7 +151,7 @@ + struct AppendListChunk { + int size; + struct AppendListChunk* next; +- type* data[0]; ++ // type* data[0]; + }; + + struct AppendListChunk *_next, *_current, *_last; |