summaryrefslogtreecommitdiff
path: root/games/chromium-bsu/files/patch-main.cpp
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-02-24 03:11:57 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-02-24 03:11:57 +0000
commitfa4a943c17e47bf910596a414fd7287983350b9b (patch)
treedc76cec18a505befc330e612e0a56bf1caa5ca49 /games/chromium-bsu/files/patch-main.cpp
parent- Fix manpage pointing to correct PREFIX for binary and conf (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_0_0'.release/7.0.0
Notes
Notes: svn path=/head/; revision=207820 svn path=/tags/RELEASE_7_0_0/; revision=207821; tag=release/7.0.0
Diffstat (limited to 'games/chromium-bsu/files/patch-main.cpp')
-rw-r--r--games/chromium-bsu/files/patch-main.cpp30
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));
-