/[pkgs]/devel/BlockOutII/BlockOutII-2.3-bl2Home.patch
ViewVC logotype

Contents of /devel/BlockOutII/BlockOutII-2.3-bl2Home.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download) (as text)
Fri Nov 30 20:24:41 2007 UTC (23 months, 3 weeks ago) by jwrdegoede
Branch: MAIN
CVS Tags: F-12-split, BlockOutII-2_3-4_fc9, F-10-split, F-11-split, BlockOutII-2_3-6_fc11, BlockOutII-2_3-5_fc9, BlockOutII-2_3-7_fc12, F-9-split, BlockOutII-2_3-3_fc9, HEAD
File MIME type: text/x-patch
initial BlockOutII import
1 diff -up BlockOutII-2.3/BlockOut_GL/Utils.cpp~ BlockOutII-2.3/BlockOut_GL/Utils.cpp
2 --- BlockOutII-2.3/BlockOut_GL/Utils.cpp~ 2007-11-25 23:01:12.000000000 +0100
3 +++ BlockOutII-2.3/BlockOut_GL/Utils.cpp 2007-11-25 23:01:12.000000000 +0100
4 @@ -162,13 +162,7 @@ BOOL CheckEnv() {
5 return FALSE;
6 }
7
8 - char *blockoutHome = getenv("BL2_HOME");
9 - if( blockoutHome==NULL ) {
10 - printf("BL2_HOME environement variable if not defined !\n");
11 - printf("Please set the BL2_HOME to the BlockOut II installation directory (ex: BL2_HOME=/usr/local/bl2).\n");
12 - return FALSE;
13 - }
14 - strcpy( bl2Home , blockoutHome );
15 + strcpy( bl2Home , "/usr/share/BlockOutII" );
16
17 char bl2Dir[512];
18 sprintf(bl2Dir,"%s/.bl2",homePath);

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2