summaryrefslogtreecommitdiff
path: root/games/chromium-bsu/files/patch-main.cpp
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2007-12-31 12:35:17 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2007-12-31 12:35:17 +0000
commit18a56320c9602155ab8efec1503104da172eb882 (patch)
treee6c9bc10db8d29a4e76a24cac3a7ecc376035aec /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_6_3_0'.release/6.3.0
Notes
Notes: svn path=/head/; revision=204758 svn path=/tags/RELEASE_6_3_0/; revision=204759; tag=release/6.3.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));
-