Kaydet (Commit) d89d854d authored tarafından Robert Nagy's avatar Robert Nagy

pick up system jpeg on openbsd

üst 75ccd5a3
......@@ -1448,12 +1448,14 @@ if ($platform =~ m/linux/)
}
$SOLARINC .= $I.'$SOLARENV'.$INC.$ds."Xp31".
$I.'$JAVA_HOME'.$INCLUDE;
$SOLARINC .= $I.'$SOLARENV'.$INC.$ds."Xp31";
# pickup system jpeg over java jpeg on OpenBSD
if ($platform =~ m/openbsd/)
{ $SOLARINC .= $I.$USR_LOCAL.$INCLUDE;
}
{ $SOLARINC .= $I.'$JAVA_HOME'.$INCLUDE;
}
#include system dependent Java include directory
if (!($JDK eq "gcj"))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment