diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-03-16 03:47:18 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-03-16 03:47:18 +0000 |
commit | e30ccfe614d3e2052cf79e6a8722bd5fbcab7520 (patch) | |
tree | b8f58ecb651fad5a3ad22c0327243d2c3d0d7625 /games/vamos/files | |
parent | b1e6afbf505d7fd4ea640c2f06ef34db2946dfa9 (diff) | |
download | ports-e30ccfe614d3e2052cf79e6a8722bd5fbcab7520.tar.gz ports-e30ccfe614d3e2052cf79e6a8722bd5fbcab7520.zip |
Notes
Diffstat (limited to 'games/vamos/files')
-rw-r--r-- | games/vamos/files/patch-body::Frame.cc | 10 | ||||
-rw-r--r-- | games/vamos/files/patch-include::vamos::body::Tire.h | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/games/vamos/files/patch-body::Frame.cc b/games/vamos/files/patch-body::Frame.cc new file mode 100644 index 000000000000..5a9612f6925b --- /dev/null +++ b/games/vamos/files/patch-body::Frame.cc @@ -0,0 +1,10 @@ +--- body/Frame.cc.orig Sat Mar 16 01:50:31 2002 ++++ body/Frame.cc Sat Mar 16 01:50:43 2002 +@@ -21,6 +21,7 @@ + #include <vamos/body/Frame.h> + #include <vamos/geometry/Conversions.h> + ++#include <cassert> + #include <cmath> + + using Vamos_Geometry::Three_Vector; diff --git a/games/vamos/files/patch-include::vamos::body::Tire.h b/games/vamos/files/patch-include::vamos::body::Tire.h new file mode 100644 index 000000000000..44f9de9c0b63 --- /dev/null +++ b/games/vamos/files/patch-include::vamos::body::Tire.h @@ -0,0 +1,10 @@ +--- include/vamos/body/Tire.h.orig Sat Mar 16 01:47:43 2002 ++++ include/vamos/body/Tire.h Sat Mar 16 01:47:47 2002 +@@ -24,7 +24,6 @@ + #include <vamos/geometry/Surface.h> + #include <vamos/geometry/Three_Vector.h> + #include <vamos/body/Component.h> +-#include <vamos/body/Spring_Device.h> + #include <plib/sl.h> + + using Vamos_Geometry::Three_Vector; |