diff options
author | hira <hira@pkgsrc.org> | 2007-03-02 13:17:48 +0000 |
---|---|---|
committer | hira <hira@pkgsrc.org> | 2007-03-02 13:17:48 +0000 |
commit | ccbd7a0b208975c33acac940f1cc66cc00ce2f50 (patch) | |
tree | e41bfb80dfe5227d8c629850d1da552b36f37397 | |
parent | 9dbf69bde73655f3cf0b9090e7cfcfd94c00946c (diff) | |
download | pkgsrc-ccbd7a0b208975c33acac940f1cc66cc00ce2f50.tar.gz |
Fix "test ==".
-rw-r--r-- | misc/openoffice2/distinfo | 4 | ||||
-rw-r--r-- | misc/openoffice2/patches/patch-bt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/openoffice2/distinfo b/misc/openoffice2/distinfo index 8bddfead8a2..4ff22f1c636 100644 --- a/misc/openoffice2/distinfo +++ b/misc/openoffice2/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2007/03/01 08:37:32 hira Exp $ +$NetBSD: distinfo,v 1.4 2007/03/02 13:17:48 hira Exp $ SHA1 (openoffice-2.1.0/OOo_2.1.0_src.tar.bz2) = 9513216ae71267addf3625f5a41c3a43564da3bc RMD160 (openoffice-2.1.0/OOo_2.1.0_src.tar.bz2) = 11256b125fdc412480d90983b0f80f35d4833e9a @@ -51,5 +51,5 @@ SHA1 (patch-bp) = 4e5c31629ede238671aabeb1a08e3553739d0aa8 SHA1 (patch-bq) = 27b8895fba343f2a98cbb46462edec19cc5f5f7c SHA1 (patch-br) = 63b33773923c6644f342813c6e07764e0da6b3e0 SHA1 (patch-bs) = cdb0e6f1fa5fa49e99c264996205dcd8cf8f9b66 -SHA1 (patch-bt) = 63fd761e7e1d540578a1d6eff9f6f8944e2749cb +SHA1 (patch-bt) = 55073cbacfdab7a0af71ef65b94457534ac794c3 SHA1 (patch-bu) = d183549a349745000aff270b8ede592d85bc5155 diff --git a/misc/openoffice2/patches/patch-bt b/misc/openoffice2/patches/patch-bt index 347da196474..ff2f1cc50d6 100644 --- a/misc/openoffice2/patches/patch-bt +++ b/misc/openoffice2/patches/patch-bt @@ -1,4 +1,4 @@ -$NetBSD: patch-bt,v 1.1 2007/02/28 12:06:58 hira Exp $ +$NetBSD: patch-bt,v 1.2 2007/03/02 13:17:49 hira Exp $ --- ../epm/epm-3.7.patch.orig 2007-02-28 11:29:52.000000000 +0900 +++ ../epm/epm-3.7.patch 2007-02-28 20:00:38.000000000 +0900 @@ -21,7 +21,7 @@ $NetBSD: patch-bt,v 1.1 2007/02/28 12:06:58 hira Exp $ + fi + + -+! if test "x$FLTKCONFIG" = x -o x"$enable_fltk" == x"no"; then ++! if test "x$FLTKCONFIG" = x -o x"$enable_fltk" = x"no"; then + GUIS="" + GUILIBS="" + INSTALL_GUIS="" |