]> git.pld-linux.org Git - packages/freewrl.git/blob - freewrl-system-js.patch
- 0.37, updated config patch
[packages/freewrl.git] / freewrl-system-js.patch
1 --- FreeWRL-0.37/JS/Makefile.PL.orig    Fri Dec 20 19:00:04 2002
2 +++ FreeWRL-0.37/JS/Makefile.PL Thu Jan 23 23:09:31 2003
3 @@ -30,20 +30,6 @@
4  ## Check for required Javascript libraries,
5  ## if they don't exist, make them.
6  
7 -$SRCDIR="js/src";
8 -
9 -print "Checking for the Mozilla JavaScript Reference library and application.\n";
10 -if (-e "$SRCDIR/Linux_All_OPT.OBJ/libjs.a"
11 -       && -e "$SRCDIR/Linux_All_OPT.OBJ/libjs.so"
12 -       && -e "$SRCDIR/Linux_All_OPT.OBJ/js") {
13 -    print "The Javascript library and application were found.\n";
14 -} else {
15 -    print "The Javascript library and application were not found - make them.\n";
16 -    chdir("$SRCDIR");
17 -    system("make -f Makefile.ref BUILD_OPT=1");
18 -    chdir($pwd);
19 -}
20 -
21  use ExtUtils::MakeMaker;
22  
23  ## get rid of -W eventually
24 --- FreeWRL-0.37/vrml.conf.orig Thu Jan 23 22:58:15 2003
25 +++ FreeWRL-0.37/vrml.conf      Thu Jan 23 23:10:54 2003
26 @@ -28,8 +28,8 @@
27  
28  ############################################################################
29  # Javascript lib & include (relative to the JS/ directory)
30 -    JS_LIBS => '-Ljs/src/Linux_All_OPT.OBJ -ljs',
31 -    JS_INC => '-Ijs/src/Linux_All_OPT.OBJ -Ijs/src',
32 +    JS_LIBS => '-ljs',
33 +    JS_INC => '-I/usr/include/js',
34  
35  ############################################################################
36  # Saxon location - required for x3d running.
This page took 0.080227 seconds and 4 git commands to generate.