diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-01-15 10:04:10 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-01-15 10:04:10 +0000 |
commit | 3b3cea681c0ea0f90a2b5ec05c1c15abfa99adf0 (patch) | |
tree | d6ec667d735b07c559532ba498334fa1ce2226e1 /games/chapping/files/patch-game-choosestadium.cpp | |
parent | New port: devel/gnu-efi (diff) |
- Use pre-REINPLACE patch source, remove my homedir from patch
Diffstat (limited to 'games/chapping/files/patch-game-choosestadium.cpp')
-rw-r--r-- | games/chapping/files/patch-game-choosestadium.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/chapping/files/patch-game-choosestadium.cpp b/games/chapping/files/patch-game-choosestadium.cpp index 3c06c9147fe7..6ca63092234c 100644 --- a/games/chapping/files/patch-game-choosestadium.cpp +++ b/games/chapping/files/patch-game-choosestadium.cpp @@ -6,5 +6,5 @@ #include <dirent.h> +#include <unistd.h> // for chdir() - #define THEMES_DIR "/home/amdmi3/projects/freebsd/ports/games/chapping/prefix/share/chapping/themes/" + #define THEMES_DIR "themes/" |