Hi,

Sorry, I overlooked this change, it is clearly wrong because it does not
affect the os/2 build at all. I even wonder why I did this...
Reverting ASAP

Thanks for reporting,

Yuri



Il 15 Dic 2017 05:57, "Don Lewis" <truck...@apache.org> ha scritto:

On 14 Dec, yda...@apache.org wrote:
> Author: ydario
> Date: Thu Dec 14 13:50:08 2017
> New Revision: 1818128
>
> URL: http://svn.apache.org/viewvc?rev=1818128&view=rev
> Log:
> #i126518# OS/2 build system updates: use full names for slideshow and
sysdtrans, remove unneeded libraries, use standard toolkit path, fix DLL
short names, disable libs for coin-or.

> Modified: openoffice/trunk/main/set_soenv.in
> URL: http://svn.apache.org/viewvc/openoffice/trunk/main/set_
soenv.in?rev=1818128&r1=1818127&r2=1818128&view=diff
> ============================================================
==================
> --- openoffice/trunk/main/set_soenv.in (original)
> +++ openoffice/trunk/main/set_soenv.in Thu Dec 14 13:50:08 2017
> @@ -358,7 +358,7 @@ elsif ( $platform =~ m/kfreebsd/ )
>  }
>  elsif ( $platform =~ m/freebsd/ )
>  {     $BIG_SVX        = "TRUE";
> -      $COM            = "@COM_IS@";
> +      $COM            = "GCC";
>        $COMPATH        = '@COMPATH@' . '/bin';
>        $CVER           = "C300";
>        $GUI            = "UNX";

Huh?  FreeBSD could be using either gcc or clang.  The configure script
figures out which compiler is in use, sets COM_IS to that value and
substitutes it here.

Reply via email to