diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2007-05-15 17:48:48 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2007-05-15 17:48:48 +0000 |
commit | 97582bf7f3d5485c9694228f73adfc347a84158b (patch) | |
tree | 985e5fe572384aa9690ec4bad1b759a02b22295a /app-text/evince/files | |
parent | stable amd64, bug 174678 (diff) | |
download | gentoo-2-97582bf7f3d5485c9694228f73adfc347a84158b.tar.gz gentoo-2-97582bf7f3d5485c9694228f73adfc347a84158b.tar.bz2 gentoo-2-97582bf7f3d5485c9694228f73adfc347a84158b.zip |
Freebsd fixes; bug #178471
(Portage version: 2.1.2.7)
Diffstat (limited to 'app-text/evince/files')
-rw-r--r-- | app-text/evince/files/evince-0.6.1-freebsd.patch | 11 | ||||
-rw-r--r-- | app-text/evince/files/evince-0.8.1-freebsd.patch | 21 |
2 files changed, 32 insertions, 0 deletions
diff --git a/app-text/evince/files/evince-0.6.1-freebsd.patch b/app-text/evince/files/evince-0.6.1-freebsd.patch new file mode 100644 index 000000000000..b2192b50f429 --- /dev/null +++ b/app-text/evince/files/evince-0.6.1-freebsd.patch @@ -0,0 +1,11 @@ +--- evince-0.6.1/impress/zip.c.orig 2006-07-10 15:03:38 -0600 ++++ evince-0.6.1/impress/zip.c 2007-05-14 00:01:37 -0600 +@@ -9,6 +9,8 @@ + #include <zlib.h> + #define _(x) x + ++typedef unsigned long ulong; ++ + enum { + ZIP_OK = 0, + ZIP_NOMEM, diff --git a/app-text/evince/files/evince-0.8.1-freebsd.patch b/app-text/evince/files/evince-0.8.1-freebsd.patch new file mode 100644 index 000000000000..b67cfba00ef6 --- /dev/null +++ b/app-text/evince/files/evince-0.8.1-freebsd.patch @@ -0,0 +1,21 @@ +--- backend/ps/ps-interpreter.c 2007-05-14 10:19:02 +0100 ++++ backend/ps/ps-interpreter.c 2007-05-14 10:18:56 +0100 +@@ -26,6 +26,7 @@ + #include <gtk/gtkwindow.h> + #include <gdk/gdk.h> + #include <gdk/gdkx.h> ++#include <signal.h> + #include <string.h> + #include <stdlib.h> + #include <sys/wait.h> +--- backend/impress/zip.c 2006-07-10 15:03:38 -0600 ++++ backend/impress/zip.c 2007-05-14 00:01:37 -0600 +@@ -9,6 +9,8 @@ + #include <zlib.h> + #define _(x) x + ++typedef unsigned long ulong; ++ + enum { + ZIP_OK = 0, + ZIP_NOMEM, |