]> git.pld-linux.org Git - packages/freewrl.git/blame - freewrl-config.patch
- fixed mozilla libdir, other cleanups
[packages/freewrl.git] / freewrl-config.patch
CommitLineData
e30f42e3 1diff -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',
ebce31bc 9+ SAXON_LOC => '/usr/share/java/saxon.jar',
e30f42e3 10
bcc22215
JB
11 ############################################################################
12 # Netscape/Mozilla installation
e30f42e3 13@@ -27,9 +27,9 @@
e30f42e3 14 # NETSCAPE_PLUGINS is used to determine where the plugin will
15 # be installed if this is your browser.
d22b9c4f 16
aff70e4a
JB
17- NETSCAPE_INST => '/opt/netscape/plugins',
18- NETSCAPE_CLASSES => '/opt/netscape/plugins',
19- NETSCAPE_PLUGINS => '/opt/netscape/plugins',
e30f42e3 20+ NETSCAPE_INST => '',
ebce31bc
JB
21+ NETSCAPE_CLASSES => '/usr/lib/netscape/java/classes',
22+ NETSCAPE_PLUGINS => '/usr/lib/netscape/plugins',
e30f42e3 23
bcc22215
JB
24 ############################################################################
25 # Mozilla development plugin installation
cc6b78f8 26@@ -39,9 +39,9 @@
e30f42e3 27 # If Java is not installed, leave JAVA_INST empty e.g.
28 # JAVA_INST => ''
d22b9c4f 29
a28fde80 30- JAVA_INST => '/usr/java/j2sdk1.4.0',
bcc22215 31- JAVA_INC => '-I/usr/java/j2sdk1.4.0/include -I/usr/java/j2sdk1.4.0/include/linux',
a28fde80 32+ JAVA_INST => '/usr/lib/java',
bcc22215 33+ JAVA_INC => '-I/usr/lib/java/include -I/usr/lib/java/include/linux',
e30f42e3 34
bcc22215
JB
35 ############################################################################
36 # LDFLAGS. Set linker flags here.
This page took 0.146218 seconds and 4 git commands to generate.