diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 21:54:33 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 21:54:33 +0000 |
commit | 60b37dbedcfe6e22fe9a61ee8432ae7bd2780483 (patch) | |
tree | 42c5d548da07f10a85c92da3191700e6f34e6829 /graphics/autotrace/files/patch-output-swf.c | |
parent | security/arirang: Mark broken with Ruby 2.0 or newer (diff) |
Rename german/ and graphics/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363261
Diffstat (limited to 'graphics/autotrace/files/patch-output-swf.c')
-rw-r--r-- | graphics/autotrace/files/patch-output-swf.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/autotrace/files/patch-output-swf.c b/graphics/autotrace/files/patch-output-swf.c new file mode 100644 index 000000000000..ae43cb7f13e7 --- /dev/null +++ b/graphics/autotrace/files/patch-output-swf.c @@ -0,0 +1,11 @@ +--- output-swf.c.orig Sun Dec 23 22:10:59 2001 ++++ output-swf.c Thu Dec 27 14:45:31 2001 +@@ -2,7 +2,7 @@ + + #include "spline.h" + #include "output-swf.h" +-#include <ming.h> ++#include <ming/libming.h> + + #define FPS 24.0 + #define IMGID 1 |