summaryrefslogtreecommitdiff
path: root/set_soenv.in
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
commit6b9a4d0917da43ef1a55136dd47cd72b33d21c56 (patch)
tree5c9a303910cfb0509469ca49e8273b69f52362bc /set_soenv.in
parent832f7e574d03a9c25613c825ee0d693d8dae37c6 (diff)
Using X11 on MacOSX hasn't been supported for years
Diffstat (limited to 'set_soenv.in')
-rwxr-xr-xset_soenv.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/set_soenv.in b/set_soenv.in
index ea2d09370554..4994709d0a1f 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/)
{