diff options
Diffstat (limited to 'games-strategy/warzone2100/files/0.2.2-clparse.c.patch')
-rw-r--r-- | games-strategy/warzone2100/files/0.2.2-clparse.c.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/games-strategy/warzone2100/files/0.2.2-clparse.c.patch b/games-strategy/warzone2100/files/0.2.2-clparse.c.patch deleted file mode 100644 index 30056aee3827..000000000000 --- a/games-strategy/warzone2100/files/0.2.2-clparse.c.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- src/clparse.c.origin 2005-09-02 13:27:01.000000000 +0200 -+++ src/clparse.c 2005-09-02 20:01:08.000000000 +0200 -@@ -56,6 +56,13 @@ - pXor = xorString(cl); - sprintf(cl2,"%s%s","-",cl); - -+ // paths Gentoo -+ resSetBaseDir("DATADIR"); -+ if (_chdir("DATADIR") != 0) -+ { -+ DBERROR(("Path not found: DATADIR \n")); -+ } -+ - /* loop through command line */ - for( i = 1; i < argc; ++i) { - tokenType = argv[i]; |