diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-04-12 16:20:45 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-04-12 16:20:45 +0000 |
commit | 5249e13e8b19611f5613173c08bd57c33a2f5467 (patch) | |
tree | 62f5e6d9884f7e30fb6d0079bb10f7c47b16ada8 /graphics/inkscape/files/patch-src::svg::ftos.cpp | |
parent | Add hourglass 1.0.0, a real-time application useful to learn how (diff) |
- Update to 0.38.1
- Workaround internal compiller error on -STABLE [1]
- More build patches incl. fix for build with antiqe STL on -STABLE
Reported by: Lee Harr <missive@hotmail.com> [1]
Diffstat (limited to '')
-rw-r--r-- | graphics/inkscape/files/patch-src::svg::ftos.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/inkscape/files/patch-src::svg::ftos.cpp b/graphics/inkscape/files/patch-src::svg::ftos.cpp deleted file mode 100644 index 8a4161208688..000000000000 --- a/graphics/inkscape/files/patch-src::svg::ftos.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/svg/ftos.cpp.orig Sat Apr 10 04:00:08 2004 -+++ src/svg/ftos.cpp Sat Apr 10 03:59:33 2004 -@@ -164,7 +164,7 @@ - using namespace std; - - #ifdef __FreeBSD__ --#include <stdio> -+#include <stdio.h> - #endif - - #include "ftos.h" |