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

pick up system jpeg on openbsd

üst a5a2fe55
...@@ -1438,12 +1438,14 @@ if ($platform =~ m/linux/) ...@@ -1438,12 +1438,14 @@ if ($platform =~ m/linux/)
} }
$SOLARINC .= $I.'$SOLARENV'.$INC.$ds."Xp31". $SOLARINC .= $I.'$SOLARENV'.$INC.$ds."Xp31";
$I.'$JAVA_HOME'.$INCLUDE;
# pickup system jpeg over java jpeg on OpenBSD
if ($platform =~ m/openbsd/) if ($platform =~ m/openbsd/)
{ $SOLARINC .= $I.$USR_LOCAL.$INCLUDE; { $SOLARINC .= $I.$USR_LOCAL.$INCLUDE;
} }
{ $SOLARINC .= $I.'$JAVA_HOME'.$INCLUDE;
}
#include system dependent Java include directory #include system dependent Java include directory
if (!($JDK eq "gcj")) 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