diff options
author | dholland <dholland@pkgsrc.org> | 2012-05-06 17:14:58 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-05-06 17:14:58 +0000 |
commit | eda7e6c48168a702dbc9303fbf51a0a6fd054c79 (patch) | |
tree | 27527158504890bf5e9d0fea526aeda469d4558e /security/lasso | |
parent | 3bc18db8c73ea317061c035e595e5bb175eacf46 (diff) | |
download | pkgsrc-eda7e6c48168a702dbc9303fbf51a0a6fd054c79.tar.gz |
Patches for building with the latest glib2.
Diffstat (limited to 'security/lasso')
-rw-r--r-- | security/lasso/distinfo | 4 | ||||
-rw-r--r-- | security/lasso/patches/patch-lasso-errors_c | 15 | ||||
-rw-r--r-- | security/lasso/patches/patch-lasso-errors_c_in | 15 |
3 files changed, 33 insertions, 1 deletions
diff --git a/security/lasso/distinfo b/security/lasso/distinfo index df54ae75677..e35e2d4f29d 100644 --- a/security/lasso/distinfo +++ b/security/lasso/distinfo @@ -1,7 +1,9 @@ -$NetBSD: distinfo,v 1.9 2011/09/08 13:55:06 joerg Exp $ +$NetBSD: distinfo,v 1.10 2012/05/06 17:14:58 dholland Exp $ SHA1 (lasso-2.3.5.tar.gz) = 3ba022e85a2d05cd00e45d41f8f59a94b71b75b0 RMD160 (lasso-2.3.5.tar.gz) = 24660682b34c38a556b9ea902066cc9b0f74e9a7 Size (lasso-2.3.5.tar.gz) = 3907467 bytes +SHA1 (patch-lasso-errors_c) = 5c0fe304cd9cce6d926362c248ffe60c2c7357c5 +SHA1 (patch-lasso-errors_c_in) = d4663edb280d38a0cb1a422d9b95b1d344012f63 SHA1 (patch-lasso-id-ff-provider.c) = 9312c67a8e81eeea95b888745a2b9f504a36a36f SHA1 (patch-lasso-xml-tools.c) = bd45a4ad4d492c0599665371cc413ef49064b54b diff --git a/security/lasso/patches/patch-lasso-errors_c b/security/lasso/patches/patch-lasso-errors_c new file mode 100644 index 00000000000..4ddd8ba16bb --- /dev/null +++ b/security/lasso/patches/patch-lasso-errors_c @@ -0,0 +1,15 @@ +$NetBSD: patch-lasso-errors_c,v 1.1 2012/05/06 17:14:58 dholland Exp $ + +Fix build with latest glib2. + +--- lasso/errors.c~ 2011-01-05 13:57:32.000000000 +0000 ++++ lasso/errors.c +@@ -22,7 +22,7 @@ + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +-#include <glib/gstrfuncs.h> ++#include <glib.h> + #include "errors.h" + #include "xml/xml.h" + diff --git a/security/lasso/patches/patch-lasso-errors_c_in b/security/lasso/patches/patch-lasso-errors_c_in new file mode 100644 index 00000000000..103d4c7941c --- /dev/null +++ b/security/lasso/patches/patch-lasso-errors_c_in @@ -0,0 +1,15 @@ +$NetBSD: patch-lasso-errors_c_in,v 1.1 2012/05/06 17:14:58 dholland Exp $ + +Fix build with latest glib2. + +--- lasso/errors.c.in~ 2011-01-05 13:57:32.000000000 +0000 ++++ lasso/errors.c.in +@@ -22,7 +22,7 @@ + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +-#include <glib/gstrfuncs.h> ++#include <glib.h> + #include "errors.h" + #include "xml/xml.h" + |