diff options
author | bland <bland@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-07-17 20:34:56 +0800 |
---|---|---|
committer | bland <bland@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-07-17 20:34:56 +0800 |
commit | 44f8fb95e68750132faa3fd3668ef53d3c0d39ae (patch) | |
tree | e506d7fde74856e3c8ef51b650d9908e7d64bb99 /graphics/inkscape/files/patch-src::libnr::nr-matrix.cpp | |
parent | e8bc4867989361502b0d3ac2012a90c3cffdb328 (diff) | |
download | marcuscom-ports-44f8fb95e68750132faa3fd3668ef53d3c0d39ae.tar.gz marcuscom-ports-44f8fb95e68750132faa3fd3668ef53d3c0d39ae.tar.zst marcuscom-ports-44f8fb95e68750132faa3fd3668ef53d3c0d39ae.zip |
Add inkscape 0.39 here since it may be built only on 5.x system atm.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2481 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/inkscape/files/patch-src::libnr::nr-matrix.cpp')
-rw-r--r-- | graphics/inkscape/files/patch-src::libnr::nr-matrix.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/inkscape/files/patch-src::libnr::nr-matrix.cpp b/graphics/inkscape/files/patch-src::libnr::nr-matrix.cpp new file mode 100644 index 000000000..e8da0f994 --- /dev/null +++ b/graphics/inkscape/files/patch-src::libnr::nr-matrix.cpp @@ -0,0 +1,10 @@ +--- src/libnr/nr-matrix.cpp.org Sun Feb 15 09:45:06 2004 ++++ src/libnr/nr-matrix.cpp Sun Feb 15 09:44:32 2004 +@@ -9,6 +9,7 @@ + * This code is in public domain + */ + ++#include <cstdio> + #include "nr-matrix.h" + + NRMatrix * |