diff options
Diffstat (limited to 'games/chromium-bsu/files/patch-main.cpp')
-rw-r--r-- | games/chromium-bsu/files/patch-main.cpp | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/games/chromium-bsu/files/patch-main.cpp b/games/chromium-bsu/files/patch-main.cpp deleted file mode 100644 index 721801210fe7..000000000000 --- a/games/chromium-bsu/files/patch-main.cpp +++ /dev/null @@ -1,30 +0,0 @@ ---- src/main.cpp.orig Fri Mar 14 21:01:12 2003 -+++ src/main.cpp Fri Mar 14 21:01:12 2003 -@@ -109,10 +109,6 @@ - } - } - --#ifdef PKGDATADIR -- strcpy(dataDir, PKGDATADIR); -- strcat(dataDir, "/data"); --#else - char *chromData = getenv("CHROMIUM_DATA"); - if(chromData) - strcpy(dataDir, chromData); -@@ -121,7 +117,7 @@ - #ifdef macintosh - strcpy(dataDir, "::data"); - #else -- strcpy(dataDir, "../data"); -+ strcpy(dataDir, CHROMIUM_DATA_DIR); - #endif - fprintf(stderr, "!!\n"); - fprintf(stderr, "!! WARNING - CHROMIUM_DATA environment variable is not set!\n"); -@@ -131,7 +127,6 @@ - fprintf(stderr, "!! (using %s)\n", dataDir); - fprintf(stderr, "!!\n"); - } --#endif - - srand(time(NULL)); - |