diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2011-11-15 13:06:08 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2011-11-15 13:06:08 +0000 |
commit | b53f78eb1a9131b9c05b482bc9f76d07c9a7dd65 (patch) | |
tree | 4fc953d0fa87be423da7ecafe9572ee1fdbe91ec /games/toycars | |
parent | 4c1fc3b303a4b684195b5c9ea7331ef697a12b23 (diff) |
Notes
Diffstat (limited to 'games/toycars')
-rw-r--r-- | games/toycars/Makefile | 2 | ||||
-rw-r--r-- | games/toycars/files/patch-toycars_track_editor-src_TrackView.cxx | 21 |
2 files changed, 21 insertions, 2 deletions
diff --git a/games/toycars/Makefile b/games/toycars/Makefile index 85733bf01296..e25a66a69713 100644 --- a/games/toycars/Makefile +++ b/games/toycars/Makefile @@ -16,8 +16,6 @@ COMMENT= Physics-based 2D racing game LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk -BROKEN= does not compile - USE_SDL= image sdl USE_GL= gl glu USE_GMAKE= yes diff --git a/games/toycars/files/patch-toycars_track_editor-src_TrackView.cxx b/games/toycars/files/patch-toycars_track_editor-src_TrackView.cxx new file mode 100644 index 000000000000..8c55b99004f4 --- /dev/null +++ b/games/toycars/files/patch-toycars_track_editor-src_TrackView.cxx @@ -0,0 +1,21 @@ +--- toycars_track_editor/src/TrackView.cxx.orig 2011-11-15 13:59:38.000000000 +0100 ++++ toycars_track_editor/src/TrackView.cxx 2011-11-15 14:00:41.000000000 +0100 +@@ -6,12 +6,12 @@ + #include "ScAnimation.h" + #include "tinyxml.h" + #include "ScException.h" +-#include <Fl/Fl_JPEG_Image.H> +-#include <Fl/Fl_PNG_Image.H> +-#include <Fl/Fl_BMP_Image.H> +-#include <Fl/Fl_PNM_Image.H> +-#include <Fl/Fl_GIF_Image.H> +-#include <Fl/Fl_XPM_Image.H> ++#include <FL/Fl_JPEG_Image.H> ++#include <FL/Fl_PNG_Image.H> ++#include <FL/Fl_BMP_Image.H> ++#include <FL/Fl_PNM_Image.H> ++#include <FL/Fl_GIF_Image.H> ++#include <FL/Fl_XPM_Image.H> + #include <FL/Fl_File_Chooser.H> // fl_alert + #include "GameConstants.h" + #include "TrackEditorUI.h" |