Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 88135 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile.PL (+6 lines)
Lines 160-165 Link Here
160
$VRML_CONFIG{LDFLAGS} = join(' ', @ldflags);
160
$VRML_CONFIG{LDFLAGS} = join(' ', @ldflags);
161
$VRML_CONFIG{LIBJS_INST} = $sitearchjsdir;
161
$VRML_CONFIG{LIBJS_INST} = $sitearchjsdir;
162
162
163
if (defined $VRML_CONFIG{'USE_JAVA_HOME'})
164
{
165
	$VRML_CONFIG{JAVA} = $ENV{JAVA_HOME}.'/bin/java';
166
	$VRML_CONFIG{JAVA_INST} = $ENV{JAVA_HOME};
167
}
168
163
# write the Config.pm file.
169
# write the Config.pm file.
164
print STDERR "Writing Config.pm\n";
170
print STDERR "Writing Config.pm\n";
165
open OUT, ">Config.pm" or die("Couldn't write to Config.pm");
171
open OUT, ">Config.pm" or die("Couldn't write to Config.pm");
(-)vrml.conf (+2 lines)
Lines 35-40 Link Here
35
# some wrl/x3d files are zipped; how do we unzip them?
35
# some wrl/x3d files are zipped; how do we unzip them?
36
UNZIP => "/bin/gunzip",	
36
UNZIP => "/bin/gunzip",	
37
37
38
USE_JAVA_HOME => 1,
39
38
# Java compiler. Java, Jikes, etc is ok, so long as it is not ancient.
40
# Java compiler. Java, Jikes, etc is ok, so long as it is not ancient.
39
#if you do not have Java, comment this and the JAVA_INST line below out.
41
#if you do not have Java, comment this and the JAVA_INST line below out.
40
JAVA => "/usr/bin/java",
42
JAVA => "/usr/bin/java",

Return to bug 88135