diff options
author | hira <hira> | 2008-10-03 09:09:16 +0000 |
---|---|---|
committer | hira <hira> | 2008-10-03 09:09:16 +0000 |
commit | c998bb00cb42c04e2c2e0a3e289fad7fd00bea3e (patch) | |
tree | 17f31f4273b3e7408f0e061514b11575b46a0e70 | |
parent | 788c774b7ac56d2af35454fe3c8281269a3c32b5 (diff) | |
download | pkgsrc-c998bb00cb42c04e2c2e0a3e289fad7fd00bea3e.tar.gz |
Fix build with seamonkey. Decrease minimum acceptable version of it.
-rw-r--r-- | misc/openoffice2/distinfo | 3 | ||||
-rw-r--r-- | misc/openoffice2/patches/patch-dy | 22 |
2 files changed, 24 insertions, 1 deletions
diff --git a/misc/openoffice2/distinfo b/misc/openoffice2/distinfo index 795a9d23f5e..48f53aa1c89 100644 --- a/misc/openoffice2/distinfo +++ b/misc/openoffice2/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.43 2008/09/30 23:14:18 hira Exp $ +$NetBSD: distinfo,v 1.44 2008/10/03 09:09:16 hira Exp $ SHA1 (openoffice-2.4.1/OOo_2.4.1_src_binfilter.tar.bz2) = a50c7f317643b756c2b0e8937fa9d64b99f05ed9 RMD160 (openoffice-2.4.1/OOo_2.4.1_src_binfilter.tar.bz2) = 04ffce167f94a250f94f05923a70af0b0744c417 @@ -67,3 +67,4 @@ SHA1 (patch-da) = c2c9332dcf22d2d201215813ac9fc7e7ac401c6d SHA1 (patch-dc) = 2a6b826ca2849110f33c612a4c4beba8f7e27e67 SHA1 (patch-dd) = d733d6e54db93bbb7be5382ddf96cf83731a6176 SHA1 (patch-de) = 138fbea73fec80c744c3eede57dfe5f1cddef573 +SHA1 (patch-dy) = 12d93711aa31d7deeb50022cc88cc7c243a098dd diff --git a/misc/openoffice2/patches/patch-dy b/misc/openoffice2/patches/patch-dy new file mode 100644 index 00000000000..300fd169e8d --- /dev/null +++ b/misc/openoffice2/patches/patch-dy @@ -0,0 +1,22 @@ +$NetBSD: patch-dy,v 1.1 2008/10/03 09:09:17 hira Exp $ + +--- libxmlsec/xmlsec1-1.2.6.patch.orig 2008-10-03 17:41:07.000000000 +0900 ++++ libxmlsec/xmlsec1-1.2.6.patch 2008-10-03 17:45:02.000000000 +0900 +@@ -418,7 +418,7 @@ + + XMLSEC_NO_NSS="1" + MOZILLA_MIN_VERSION="1.4" +-+ if test "z$MOZ_FLAVOUR" = "zfirefox" ; then +++ if test "z$MOZ_FLAVOUR" = "zfirefox" -o "z$MOZ_FLAVOUR" = "zseamonkey"; then + + MOZILLA_MIN_VERSION="1.0" + + fi + NSS_MIN_VERSION="3.2" +@@ -2579,7 +2579,7 @@ + + XMLSEC_NO_NSS="1" + MOZILLA_MIN_VERSION="1.4" +-+ if test "z$MOZ_FLAVOUR" = "zfirefox" ; then +++ if test "z$MOZ_FLAVOUR" = "zfirefox" -o "z$MOZ_FLAVOUR" = "zseamonkey"; then + + MOZILLA_MIN_VERSION="1.0" + + fi + NSS_MIN_VERSION="3.2" |