diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-14 17:34:42 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-14 17:34:42 +0000 |
commit | 843a46cf1d4dd3f1e67df8339e2177366831dfe1 (patch) | |
tree | 272c13a273403b14a26076becd774cc3256d266c /graphics/smoke | |
parent | 9c1166e179aab71f5f344d29c5171fe6eb8f52a4 (diff) | |
download | ports-843a46cf1d4dd3f1e67df8339e2177366831dfe1.tar.gz ports-843a46cf1d4dd3f1e67df8339e2177366831dfe1.zip |
Fix build with gcc-3.4
PR: ports/70456
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=116208
Diffstat (limited to 'graphics/smoke')
-rw-r--r-- | graphics/smoke/files/patch-src_stroke.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/smoke/files/patch-src_stroke.cc b/graphics/smoke/files/patch-src_stroke.cc new file mode 100644 index 000000000000..64393baef416 --- /dev/null +++ b/graphics/smoke/files/patch-src_stroke.cc @@ -0,0 +1,10 @@ +--- src/stroke.cc.orig Sat Aug 14 21:16:17 2004 ++++ src/stroke.cc Sat Aug 14 21:16:27 2004 +@@ -24,6 +24,7 @@ + #include "store.h" + #include "segments.h" + ++#include <cmath> + + + // StrokeStyle |