summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xset_soenv.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/set_soenv.in b/set_soenv.in
index ea2d09370..4994709d0 100755
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -1428,11 +1428,6 @@ elsif ($platform =~ m/mingw32/)
elsif ($platform =~ m/darwin/ && $platform !~ m/^arm/)
{ $SOLARINC .= $I.$FRAMEWORKSHOME.$ds."JavaVM.framework".$ds."Versions".$ds."Current".$ds."Headers".
$I.$FRAMEWORKSHOME.$ds."JavaVM.framework".$ds."Headers";
- # [ed] 6/15/02 Add in X11 headers as appropriate for the build
- if ($GUIBASE eq "unx") {
- $SOLARINC .= $I.$XINC.
- $I.$XINC.$ds."freetype2";
- }
}
elsif ($platform =~ m/^arm-apple/)
{