diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-10-03 09:32:31 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-10-03 09:32:31 +0000 |
commit | d0bd3f64a005673cd92087423276d475a625f04b (patch) | |
tree | 7ebef4ef7cf1532faf7f1bfb4482574ffb13899f /app-text/xdvik/files | |
parent | add ~arm, bug #285952 (diff) | |
download | gentoo-2-d0bd3f64a005673cd92087423276d475a625f04b.tar.gz gentoo-2-d0bd3f64a005673cd92087423276d475a625f04b.tar.bz2 gentoo-2-d0bd3f64a005673cd92087423276d475a625f04b.zip |
version bump, drop cjk patches they cause more harm than good
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'app-text/xdvik/files')
-rw-r--r-- | app-text/xdvik/files/xdvik-22.84.16-open-mode.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-text/xdvik/files/xdvik-22.84.16-open-mode.patch b/app-text/xdvik/files/xdvik-22.84.16-open-mode.patch new file mode 100644 index 000000000000..76ee267dc1a3 --- /dev/null +++ b/app-text/xdvik/files/xdvik-22.84.16-open-mode.patch @@ -0,0 +1,12 @@ +diff -pruN xdvik-22.84.14.orig/texk/xdvik/util.c xdvik-22.84.14/texk/xdvik/util.c +--- xdvik-22.84.14.orig/texk/xdvik/util.c 2009-09-02 21:30:39.812675433 +0200 ++++ xdvik-22.84.14/texk/xdvik/util.c 2008-05-03 21:45:10.000000000 +0200 +@@ -273,7 +273,7 @@ try_open_mode(const char *fname, int fla + int fd = open(fname, flags, mode); + if (fd < 0 && (errno == EMFILE || errno == ENFILE)) { + close_a_file(); +- fd = open(fname, flags); ++ fd = open(fname, flags, mode); + } + return fd; + } |