diff options
author | agc <agc@pkgsrc.org> | 2003-09-19 15:22:12 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2003-09-19 15:22:12 +0000 |
commit | bcd39db401e9e431e3e36747376ed2009a23dcef (patch) | |
tree | 4c75fd3f138d85001dd1af23c2f9e06d8ffe3180 /devel/anjuta | |
parent | 30c222866a11a9ea8757c50d59eaf863c1dfaed2 (diff) | |
download | pkgsrc-bcd39db401e9e431e3e36747376ed2009a23dcef.tar.gz |
Apply the fix from PR 22702 from pino at the organisation known as
dohd, to make the compilation complete successfully. (It's not a
workaround, the inclusion of <stdlib.h> also brings in the other
correct header files).
Diffstat (limited to 'devel/anjuta')
-rw-r--r-- | devel/anjuta/distinfo | 3 | ||||
-rw-r--r-- | devel/anjuta/patches/patch-am | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/devel/anjuta/distinfo b/devel/anjuta/distinfo index ca4af9481cc..9e4ac67fc54 100644 --- a/devel/anjuta/distinfo +++ b/devel/anjuta/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2003/01/06 00:06:07 rh Exp $ +$NetBSD: distinfo,v 1.4 2003/09/19 15:22:12 agc Exp $ SHA1 (anjuta-1.0.1.tar.gz) = edaedf937375d63ee914972d51858092a74ad3a7 Size (anjuta-1.0.1.tar.gz) = 6142521 bytes @@ -9,3 +9,4 @@ SHA1 (patch-ah) = 582c7a11cfa40f78f4e879532d732933a301a57d SHA1 (patch-aj) = 379f60b5a086f4b1340b3917c42810b975d54fcc SHA1 (patch-ak) = bc92f64b4bcc845da0935917335c133086a93246 SHA1 (patch-al) = 5cb1faacdba8be45412c6d84bfc02d30942adffd +SHA1 (patch-am) = d1577c6ac0f1e84067a5b6f02f32cc3970aacbb5 diff --git a/devel/anjuta/patches/patch-am b/devel/anjuta/patches/patch-am new file mode 100644 index 00000000000..329991e5bed --- /dev/null +++ b/devel/anjuta/patches/patch-am @@ -0,0 +1,13 @@ +$NetBSD: patch-am,v 1.1 2003/09/19 15:22:17 agc Exp $ + +--- tagmanager/general.h 2003/09/19 13:43:49 1.1 ++++ tagmanager/general.h 2003/09/19 13:44:13 +@@ -20,6 +20,8 @@ + # include "mac.h" + #endif + ++#include <stdlib.h> ++ + /* + * MACROS + */ |