diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-02-22 17:02:50 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-02-22 17:02:50 +0000 |
commit | c99ae4b59e24a64350b65e598e56df0bfb2a7026 (patch) | |
tree | 717745d3d07262fd20dd30fd6bfeffd42296e131 /sci-visualization/grace/files | |
parent | Install enviromental file. Bug #355563 (diff) | |
download | gentoo-2-c99ae4b59e24a64350b65e598e56df0bfb2a7026.tar.gz gentoo-2-c99ae4b59e24a64350b65e598e56df0bfb2a7026.tar.bz2 gentoo-2-c99ae4b59e24a64350b65e598e56df0bfb2a7026.zip |
Say goodbye to pdflib and respective pdf useflag.
(Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
Diffstat (limited to 'sci-visualization/grace/files')
-rw-r--r-- | sci-visualization/grace/files/grace-5.1.22-pdfdrv.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sci-visualization/grace/files/grace-5.1.22-pdfdrv.patch b/sci-visualization/grace/files/grace-5.1.22-pdfdrv.patch deleted file mode 100644 index 6d6200713bfe..000000000000 --- a/sci-visualization/grace/files/grace-5.1.22-pdfdrv.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/pdfdrv.c.orig 2004-08-05 04:37:47.000000000 +0900 -+++ src/pdfdrv.c 2008-06-16 15:29:00.000000000 +0900 -@@ -57,6 +57,8 @@ - # include "motifinc.h" - #endif - -+#define PDF_set_fillrule(handle, rule) PDF_set_parameter(handle, "fillrule", rule) -+ - static void pdf_error_handler(PDF *p, int type, const char* msg); - - static unsigned long page_scale; |