diff options
author | dmcmahill <dmcmahill> | 2007-01-23 12:56:41 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2007-01-23 12:56:41 +0000 |
commit | 29c080cdb4423e54981dc1a1cdc6f890ad246359 (patch) | |
tree | 874dcc08c6f7d1daf456d4f6cbc9d4fee87b9555 | |
parent | b4be822cf13a50ac16dd3a6a14ff80aab1d64787 (diff) | |
download | pkgsrc-29c080cdb4423e54981dc1a1cdc6f890ad246359.tar.gz |
add missing header which gets the build a little further with sunpro
compilers.
-rw-r--r-- | textproc/opensp/distinfo | 3 | ||||
-rw-r--r-- | textproc/opensp/patches/patch-ab | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/textproc/opensp/distinfo b/textproc/opensp/distinfo index 153290ea56a..814a54428a7 100644 --- a/textproc/opensp/distinfo +++ b/textproc/opensp/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.8 2006/06/26 19:50:28 wiz Exp $ +$NetBSD: distinfo,v 1.9 2007/01/23 12:56:41 dmcmahill Exp $ SHA1 (OpenSP-1.5.2.tar.gz) = b4e903e980f8a8b3887396a24e067bef126e97d5 RMD160 (OpenSP-1.5.2.tar.gz) = 6e671a267562c5b9283e7e6504e8339cb1d86850 Size (OpenSP-1.5.2.tar.gz) = 1521390 bytes SHA1 (patch-aa) = c24326e85a585378088a8c5ed0bd65a2a5022951 +SHA1 (patch-ab) = 35401a5bd63b9b22c3a18d56d3e3af066cd28c82 diff --git a/textproc/opensp/patches/patch-ab b/textproc/opensp/patches/patch-ab new file mode 100644 index 00000000000..a93446030a3 --- /dev/null +++ b/textproc/opensp/patches/patch-ab @@ -0,0 +1,15 @@ +$NetBSD: patch-ab,v 1.7 2007/01/23 12:56:41 dmcmahill Exp $ + +Needed for getenv() prototype. + +--- lib/MessageReporter.cxx.orig 2005-07-21 10:05:17.000000000 -0400 ++++ lib/MessageReporter.cxx +@@ -13,7 +13,7 @@ + #include "macros.h" + + #include <string.h> +- ++#include <stdlib.h> + + #ifdef SP_NAMESPACE + namespace SP_NAMESPACE { |