diff options
author | wiz <wiz@pkgsrc.org> | 2006-07-17 17:55:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-07-17 17:55:43 +0000 |
commit | a5c6b68a4d060ae0842934ce42407ae9256f28fe (patch) | |
tree | 3ce17751a21063fef13f87fe53e05cb9030cf5d1 /devel/prcs/patches | |
parent | 91159755cd5ce9c1fc613ef54ea638d68a46074f (diff) | |
download | pkgsrc-a5c6b68a4d060ae0842934ce42407ae9256f28fe.tar.gz |
Fix build with gcc-4.1.2. Patch provided by Ryo HAYASAKA in PR 33914.
Diffstat (limited to 'devel/prcs/patches')
-rw-r--r-- | devel/prcs/patches/patch-ac | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/prcs/patches/patch-ac b/devel/prcs/patches/patch-ac new file mode 100644 index 00000000000..050c5c87b80 --- /dev/null +++ b/devel/prcs/patches/patch-ac @@ -0,0 +1,14 @@ +$NetBSD: patch-ac,v 1.3 2006/07/17 17:55:43 wiz Exp $ + +--- src/include/projdesc.h.orig 2004-05-10 00:40:55.000000000 +0000 ++++ src/include/projdesc.h +@@ -130,6 +130,9 @@ public: + + class AttrDesc { public: const char* name; AttrType type; }; + ++bool attrs_equal(const PrcsAttrs*const& x, const PrcsAttrs*const& y); ++int attrs_hash(const PrcsAttrs*const& s, int M); ++ + class PrcsAttrs { + friend class ProjectDescriptor; + friend class FileEntry; |