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/11/14 22:58:36 UTC

svn commit: r1409465 - in /incubator/ooo/branches/gbuild/main: oox/source/token/properties.pl solenv/gbuild/platform/solaris.mk

Author: arist
Date: Wed Nov 14 21:58:35 2012
New Revision: 1409465

URL: http://svn.apache.org/viewvc?rev=1409465&view=rev
Log:
writerfilter10_32_b26ee4159e52.patch
# HG changeset patch
# User hb <hb...@openoffice.org>
# Date 1300958812 -3600
# Node ID b26ee4159e528fa70e3c5e2708d3630b0a87c6e6
# Parent 7275de6c92a5686e4e9bcebb2295a12dd3181f57
writerfilter10: make compile on unxsols4.pro


Modified:
    incubator/ooo/branches/gbuild/main/oox/source/token/properties.pl
    incubator/ooo/branches/gbuild/main/solenv/gbuild/platform/solaris.mk

Modified: incubator/ooo/branches/gbuild/main/oox/source/token/properties.pl
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/oox/source/token/properties.pl?rev=1409465&r1=1409464&r2=1409465&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/oox/source/token/properties.pl (original)
+++ incubator/ooo/branches/gbuild/main/oox/source/token/properties.pl Wed Nov 14 21:58:35 2012
@@ -49,5 +49,5 @@ while( <> ) {
 if( $op == 1 ) {
     print( "const sal_Int32 PROP_COUNT = $i;\nconst sal_Int32 PROP_INVALID = -1;\n" );
 } elsif( $op == 2 ) {
-    print( "    \"\"" );
+    print( "    \"\"\n" );
 }

Modified: incubator/ooo/branches/gbuild/main/solenv/gbuild/platform/solaris.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/solenv/gbuild/platform/solaris.mk?rev=1409465&r1=1409464&r2=1409465&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/solenv/gbuild/platform/solaris.mk (original)
+++ incubator/ooo/branches/gbuild/main/solenv/gbuild/platform/solaris.mk Wed Nov 14 21:58:35 2012
@@ -264,7 +264,9 @@ gb_Library_PLAINLIBS_NONE += \
 	dl \
     freetype \
 	jpeg \
+	nsl \
 	pthread \
+	socket \
 	X11 \
     Xext \
     SM \