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. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org