diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2009-12-14 17:00:57 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2009-12-14 17:00:57 +0000 |
commit | 242d55725e17ba49ebf1b47a83639e8842c5aeea (patch) | |
tree | 716cbd2600fdbd6f0b2b67fa5d9665b9d982ea62 /app-text/a2ps/files | |
parent | Filter -O* on arm/ia64/sparc (bug #296901). (diff) | |
download | historical-242d55725e17ba49ebf1b47a83639e8842c5aeea.tar.gz historical-242d55725e17ba49ebf1b47a83639e8842c5aeea.tar.bz2 historical-242d55725e17ba49ebf1b47a83639e8842c5aeea.zip |
Added RESTRICT="test", bug #171002. Replaced cjk USE flag to linguas_ja. Added a patch for obstack.h, bug #269638. clean up.
Package-Manager: portage-2.1.7.13/cvs/Linux x86_64
Diffstat (limited to 'app-text/a2ps/files')
-rw-r--r-- | app-text/a2ps/files/a2ps-4.14-psset.patch | 21 | ||||
-rw-r--r-- | app-text/a2ps/files/a2ps-4.14-ptrdiff_t.patch | 14 |
2 files changed, 35 insertions, 0 deletions
diff --git a/app-text/a2ps/files/a2ps-4.14-psset.patch b/app-text/a2ps/files/a2ps-4.14-psset.patch new file mode 100644 index 000000000000..291c3aac4fa4 --- /dev/null +++ b/app-text/a2ps/files/a2ps-4.14-psset.patch @@ -0,0 +1,21 @@ +diff -Naur a2ps-4.14.orig/contrib/psset.in a2ps-4.14/contrib/psset.in +--- a2ps-4.14.orig/contrib/psset.in 2007-12-29 12:29:01.000000000 +0900 ++++ a2ps-4.14/contrib/psset.in 2009-04-12 12:17:43.000000000 +0900 +@@ -219,7 +219,7 @@ + done + + pspagedevice="% Pagedevice definitions: +-countdictstack ++ countdictstack + % Push our own mark, since there can be several PS marks pushed depending + % where the failure really occured. + /psset_mark +@@ -227,7 +227,7 @@ + } stopped + % My cleartomark + { /psset_mark eq { exit } if } loop +-countdictstack exch sub dup 0 gt ++ countdictstack exch sub dup 0 gt + { + { end } repeat + }{ diff --git a/app-text/a2ps/files/a2ps-4.14-ptrdiff_t.patch b/app-text/a2ps/files/a2ps-4.14-ptrdiff_t.patch new file mode 100644 index 000000000000..00d955a819a9 --- /dev/null +++ b/app-text/a2ps/files/a2ps-4.14-ptrdiff_t.patch @@ -0,0 +1,14 @@ +diff -uNr a2ps-4.14/lib/obstack.h a2ps-4.14.test/lib/obstack.h +--- a2ps-4.14/lib/obstack.h 2007-12-29 09:37:59.000000000 +0800 ++++ a2ps-4.14.test/lib/obstack.h 2009-06-10 18:49:45.000000000 +0900 +@@ -138,9 +138,9 @@ + #define __need_ptrdiff_t + #endif + #endif ++#endif + + #include <stddef.h> +-#endif + + #if defined (__STDC__) && __STDC__ + #define PTR_INT_TYPE ptrdiff_t |