diff options
author | Pedro Mendes <pedro@gepasi.org> | 2010-05-13 01:00:36 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 01:00:36 +0200 |
commit | 5f05fd38c74df7e7f6c523245f831a9cc96eda55 (patch) | |
tree | a1814a5ab16f411b55ae546a0aa82144794cb581 /office/pstoedit/drvswf.cpp.patch | |
parent | 9559ff169b826f28862fa0226befb11758e5a1d5 (diff) | |
download | slackbuilds-5f05fd38c74df7e7f6c523245f831a9cc96eda55.tar.gz |
office/pstoedit: Added to 13.0 repository
Diffstat (limited to 'office/pstoedit/drvswf.cpp.patch')
-rw-r--r-- | office/pstoedit/drvswf.cpp.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/office/pstoedit/drvswf.cpp.patch b/office/pstoedit/drvswf.cpp.patch new file mode 100644 index 0000000000..a731874c41 --- /dev/null +++ b/office/pstoedit/drvswf.cpp.patch @@ -0,0 +1,10 @@ +--- src/drvswf.orig.cpp 2009-12-05 02:02:09.000000000 +0000 ++++ src/drvswf.cpp 2009-12-05 02:02:19.000000000 +0000 +@@ -32,7 +32,6 @@ + //static bool cubic = false; + + #include "mingpp.h" +-#include "ming_config.h" + + #if defined(_WIN32) + extern "C" { |