diff options
author | krion <krion@FreeBSD.org> | 2004-08-15 01:34:42 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-08-15 01:34:42 +0800 |
commit | 901ef871836e6e12fb7503724c95364b4e3aa37b (patch) | |
tree | de41ea68c528dd3183d713c43cbf2873e659bcf4 /graphics/smoke | |
parent | 6ca6a8a24b66a33910d25181ea4e501a55ce5653 (diff) | |
download | freebsd-ports-graphics-901ef871836e6e12fb7503724c95364b4e3aa37b.tar.gz freebsd-ports-graphics-901ef871836e6e12fb7503724c95364b4e3aa37b.tar.zst freebsd-ports-graphics-901ef871836e6e12fb7503724c95364b4e3aa37b.zip |
Fix build with gcc-3.4
PR: ports/70456
Submitted by: maintainer
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 00000000000..64393baef41 --- /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 |