]> git.pld-linux.org Git - packages/freewrl.git/blob - freewrl-config.patch
- Not finished. It seems to hang every time when used as mozilla plugin
[packages/freewrl.git] / freewrl-config.patch
1 diff -urN freewrl-0.34.orig/vrml.conf freewrl-0.34/vrml.conf
2 --- freewrl-0.34.orig/vrml.conf Thu Sep 19 21:47:02 2002
3 +++ freewrl-0.34/vrml.conf      Sun Oct 13 15:20:53 2002
4 @@ -16,7 +16,7 @@
5      JS_INC => '-Ijs/Linux_All_DBG.OBJ -Ijs/',
6  
7  # Saxon location - required for x3d running.
8 -    SAXON_LOC => '/usr/local/src/saxon/saxon.jar',
9 +    SAXON_LOC => '/usr/share/java/classes/saxon.jar',
10  
11  # Netscape installation
12  # 
13 @@ -27,9 +27,9 @@
14  # will be installed to.
15  # NETSCAPE_PLUGINS is used to determine where the plugin will
16  # be installed if this is your browser.
17 -    NETSCAPE_INST => '/usr/lib/netscape',
18 -    NETSCAPE_CLASSES => '/usr/lib/netscape/java/classes',
19 -    NETSCAPE_PLUGINS => '/usr/lib/netscape/plugins',
20 +    NETSCAPE_INST => '',
21 +    NETSCAPE_CLASSES => '/usr/X11R6/lib/netscape/java/classes',
22 +    NETSCAPE_PLUGINS => '/usr/X11R6/lib/netscape/plugins',
23  
24  # Mozilla installation
25  # 
26 @@ -39,14 +39,14 @@
27  #   MOZILLA_INST => '/usr/lib/mozilla-1.0.0',
28  #   MOZILLA_PLUGINS => '/usr/lib/mozilla-1.0.0/plugins',
29  #   MOZILLA_INC => '/usr/include/mozilla-1.0.0',
30 -    MOZILLA_INST => '',
31 -    MOZILLA_PLUGINS => '',
32 -    MOZILLA_INC => '',
33 +    MOZILLA_INST => '/usr/X11R6/lib/mozilla',
34 +    MOZILLA_PLUGINS => '/usr/X11R6/lib/mozilla/plugins',
35 +    MOZILLA_INC => '/usr/X11R6/include/mozilla',
36  
37  # Java installation (Sun's Java 2 SDK Standard Edition 1.3.1)
38  # If Java is not installed, leave JAVA_INST empty e.g.
39  # JAVA_INST => ''
40 -    JAVA_INST => '/usr/java/jdk1.3.1',
41 -    JAVA_INC => '-I/usr/java/jdk1.3.1/include -I/usr/java/jdk1.3.1/include/linux'
42 +    JAVA_INST => '/opt/jdk',
43 +    JAVA_INC => '-I/opt/jdk/include -I/opt/jdk/include/linux'
44  
45  );
This page took 0.1785 seconds and 4 git commands to generate.