You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ar...@apache.org on 2012/02/05 22:51:45 UTC

svn commit: r1240836 - /incubator/ooo/trunk/main/set_soenv.in

Author: arist
Date: Sun Feb  5 21:51:44 2012
New Revision: 1240836

URL: http://svn.apache.org/viewvc?rev=1240836&view=rev
Log:
GPERF needs to be set for cygwin on Windows, also.
Breaks compile of writerfilter ooxml if not set

Modified:
    incubator/ooo/trunk/main/set_soenv.in

Modified: incubator/ooo/trunk/main/set_soenv.in
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/set_soenv.in?rev=1240836&r1=1240835&r2=1240836&view=diff
==============================================================================
--- incubator/ooo/trunk/main/set_soenv.in (original)
+++ incubator/ooo/trunk/main/set_soenv.in Sun Feb  5 21:51:44 2012
@@ -2092,8 +2092,8 @@ if ( $platform =~ m/cygwin/ ) {
     ToFile( "", $empty, "n");
 }
 
-# on Solaris, MacOSX and FreeBSD set GNUCOPY, GNUPATCH and GPERF
-if ($platform =~ m/solaris|darwin|freebsd/)
+# on Solaris, MacOSX and FreeBSD (and Windows) set GNUPATCH and GPERF
+if ($platform =~ m/solaris|darwin|freebsd|cygwin/)
 {
   ToFile( "GNUPATCH",   "@GNUPATCH@",	"e");
   ToFile( "GPERF", "@GPERF@",	"e");