diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-06-23 10:51:44 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-06-23 10:51:44 +0000 |
commit | 67cfe5db5a8492338356e3b16f3296daee71983e (patch) | |
tree | 03d12ab271deb2593e82857f0c0b81b4718cbf08 /math/grace/files/patch-ae | |
parent | - Update to 1.7.5 (diff) |
- Update to 5.1.22
PR: 124848
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=215610
Diffstat (limited to 'math/grace/files/patch-ae')
-rw-r--r-- | math/grace/files/patch-ae | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/math/grace/files/patch-ae b/math/grace/files/patch-ae deleted file mode 100644 index 5f5cd7f0d063..000000000000 --- a/math/grace/files/patch-ae +++ /dev/null @@ -1,13 +0,0 @@ -*** src/pdfdrv.c.org Thu Apr 20 22:34:34 2000 ---- src/pdfdrv.c Thu Aug 3 21:23:05 2000 -*************** -*** 57,62 **** ---- 57,64 ---- - # 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; |