diff options
author | Peter Weller <welp@gentoo.org> | 2007-01-25 21:46:18 +0000 |
---|---|---|
committer | Peter Weller <welp@gentoo.org> | 2007-01-25 21:46:18 +0000 |
commit | 08a69402187e92609f848aed64bd097f132cf718 (patch) | |
tree | 9e5a037a91f035e7fef519074c9a3087e9a1cce8 /app-office/abiword/files | |
parent | QA: fixing KEYWORDS; bug #163818 (diff) | |
download | gentoo-2-08a69402187e92609f848aed64bd097f132cf718.tar.gz gentoo-2-08a69402187e92609f848aed64bd097f132cf718.tar.bz2 gentoo-2-08a69402187e92609f848aed64bd097f132cf718.zip |
Moved instances of epatch from src_compile to src_unpack. Added patch to -2.4.6 so it works on x86-fbsd
(Portage version: 2.1.2-r4)
Diffstat (limited to 'app-office/abiword/files')
-rw-r--r-- | app-office/abiword/files/freebsd_fix.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-office/abiword/files/freebsd_fix.patch b/app-office/abiword/files/freebsd_fix.patch new file mode 100644 index 000000000000..9e95194c18bf --- /dev/null +++ b/app-office/abiword/files/freebsd_fix.patch @@ -0,0 +1,11 @@ +--- src/af/util/xp/ut_iconv.cpp.orig Tue Jan 10 00:18:13 2006 ++++ src/af/util/xp/ut_iconv.cpp Tue Jan 10 00:18:31 2006 +@@ -67,7 +67,7 @@ + #if defined (WIN32) || defined(__QNXNTO__) || defined(__CYGWIN__) || \ + (defined (__MACH__) && defined (__APPLE__)) || \ + (defined(TARGET_OS_MAC) && TARGET_OS_MAC) || \ +-defined (__AIX__) || defined(__OpenBSD__) || \ ++defined (__AIX__) || defined(__OpenBSD__) || defined (__FreeBSD__) || \ + (defined(__linux__) && defined(__powerpc__) && (__GLIBC__ <= 2) && (__GLIBC_MINOR__ <= 1)) + + #define ICONV_CONST const |