summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-08-01 01:46:14 +0300
committerTor Lillqvist <tml@iki.fi>2011-08-01 01:46:14 +0300
commitbfb886aadb0170686e85fb6aa866b59407283aa9 (patch)
tree39147c3c9af15e678aa656ec093c1b56aba2d943
parenta742eae552d41cc49b89f764f197005c69a694c8 (diff)
Using X11 on MacOSX hasn't been supported for years
-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/)
{