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 | ef7e8701daa5161fb35c28e1e0edef6a0d89754d (patch) | |
tree | 40c54f49e60729f4ecfb4b67dee07e4d5611d24b /app-office/abiword/files | |
parent | Stable on MIPS. (diff) | |
download | historical-ef7e8701daa5161fb35c28e1e0edef6a0d89754d.tar.gz historical-ef7e8701daa5161fb35c28e1e0edef6a0d89754d.tar.bz2 historical-ef7e8701daa5161fb35c28e1e0edef6a0d89754d.zip |
Moved instances of epatch from src_compile to src_unpack. Added patch to -2.4.6 so it works on x86-fbsd
Package-Manager: portage-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 |