summaryrefslogtreecommitdiff
path: root/editors/abiword/patches
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2005-10-04 09:55:05 +0000
committeradam <adam@pkgsrc.org>2005-10-04 09:55:05 +0000
commite7bbc9b9d5abd3c8a03039f77c89fe871feadbd9 (patch)
tree63008ef60940fcc187f771e521d8cdb650086a27 /editors/abiword/patches
parent778c43ef96e98f0aeeb008620719a4a1d6e4f43f (diff)
downloadpkgsrc-e7bbc9b9d5abd3c8a03039f77c89fe871feadbd9.tar.gz
Changes 2.4.0:
* grammar checker, equation editor * improved GNOME Office integration * OpenDocument support
Diffstat (limited to 'editors/abiword/patches')
-rw-r--r--editors/abiword/patches/patch-aa6
-rw-r--r--editors/abiword/patches/patch-ab6
2 files changed, 6 insertions, 6 deletions
diff --git a/editors/abiword/patches/patch-aa b/editors/abiword/patches/patch-aa
index 1581ad78039..856e0bb015e 100644
--- a/editors/abiword/patches/patch-aa
+++ b/editors/abiword/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.8 2005/06/30 13:16:51 adam Exp $
+$NetBSD: patch-aa,v 1.9 2005/10/04 09:55:06 adam Exp $
---- configure.orig 2005-06-06 00:43:22.000000000 +0000
+--- configure.orig 2005-09-30 10:23:57.000000000 +0000
+++ configure
-@@ -4118,7 +4118,7 @@ case "$OS_NAME" in
+@@ -4127,7 +4127,7 @@ case "$OS_NAME" in
WARNING_CFLAGS=""
;;
*BSD|DragonFly)
diff --git a/editors/abiword/patches/patch-ab b/editors/abiword/patches/patch-ab
index ed5b3b0f508..90de7ff9add 100644
--- a/editors/abiword/patches/patch-ab
+++ b/editors/abiword/patches/patch-ab
@@ -1,11 +1,11 @@
-$NetBSD: patch-ab,v 1.11 2005/04/07 07:52:21 adam Exp $
+$NetBSD: patch-ab,v 1.12 2005/10/04 09:55:06 adam Exp $
---- src/af/util/xp/ut_iconv.cpp.orig 2004-09-17 03:02:57.000000000 +0000
+--- src/af/util/xp/ut_iconv.cpp.orig 2005-07-08 16:22:11.000000000 +0000
+++ src/af/util/xp/ut_iconv.cpp
@@ -68,7 +68,8 @@ extern "C" {
(defined (__MACH__) && defined (__APPLE__)) || \
(defined(TARGET_OS_MAC) && TARGET_OS_MAC) || \
- defined(__BEOS__) || defined (__AIX__) || \
+ defined (__AIX__) || \
-(defined(__linux__) && defined(__powerpc__) && (__GLIBC__ <= 2) && (__GLIBC_MINOR__ <= 1))
+(defined(__linux__) && defined(__powerpc__) && (__GLIBC__ <= 2) && (__GLIBC_MINOR__ <= 1)) || \
+defined(__NetBSD__) || (defined(_LIBICONV_VERSION) && _LIBICONV_VERSION >= 0x0109)