[Libreoffice-commits] .: set_soenv.in

Fridrich Strba fridrich at kemper.freedesktop.org
Mon Jun 6 03:49:49 PDT 2011


 set_soenv.in |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit d6f1d3e732cbf0e62e142b6fdd2308c55bcfd2bb
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Mon Jun 6 12:49:32 2011 +0200

    Allow system libvisio when asked nicely

diff --git a/set_soenv.in b/set_soenv.in
index 80d083d..898494f 100755
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -1938,6 +1938,9 @@ ToFile( "LIBWPS_LIBS",       "@LIBWPS_LIBS@",      "e" );
 ToFile( "SYSTEM_LIBWPG",     "@SYSTEM_LIBWPG@",    "e" );
 ToFile( "LIBWPG_CFLAGS",     "@LIBWPG_CFLAGS@",    "e" );
 ToFile( "LIBWPG_LIBS",       "@LIBWPG_LIBS@",      "e" );
+ToFile( "SYSTEM_LIBVISIO",   "@SYSTEM_LIBVISIO@",  "e" );
+ToFile( "LIBVISIO_CFLAGS",   "@LIBVISIO_CFLAGS@",  "e" );
+ToFile( "LIBVISIO_LIBS",     "@LIBVISIO_LIBS@",    "e" );
 ToFile( "SYSTEM_CPPUNIT",    "@SYSTEM_CPPUNIT@",   "e" );
 ToFile( "CPPUNIT_CFLAGS",    "@CPPUNIT_CFLAGS@",   "e" );
 ToFile( "CPPUNIT_LIBS",      "@CPPUNIT_LIBS@",     "e" );


More information about the Libreoffice-commits mailing list