[Libreoffice-commits] .: set_soenv.in
Tor Lillqvist
tml at kemper.freedesktop.org
Sun Jul 31 15:46:30 PDT 2011
set_soenv.in | 5 -----
1 file changed, 5 deletions(-)
New commits:
commit bfb886aadb0170686e85fb6aa866b59407283aa9
Author: Tor Lillqvist <tml at iki.fi>
Date: Mon Aug 1 01:46:14 2011 +0300
Using X11 on MacOSX hasn't been supported for years
diff --git a/set_soenv.in b/set_soenv.in
index ea2d093..4994709 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/)
{
More information about the Libreoffice-commits
mailing list