You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2020/12/28 18:37:23 UTC

[openoffice] branch AOO419 updated: Fix build breaker introduced in revision 1651396

This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch AOO419
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO419 by this push:
     new 5a0f8c8  Fix build breaker introduced in revision 1651396
5a0f8c8 is described below

commit 5a0f8c8ddc1ece0b3002a2b9ba4a076de91a2b21
Author: Ariel Constenla-Haile <ar...@apache.org>
AuthorDate: Fri Jan 16 18:50:58 2015 +0000

    Fix build breaker introduced in revision 1651396
    
    git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1652491 13f79535-47bb-0310-9956-ffa450edef68
    (cherry picked from commit 483bf1cb99a9fae931d407012ae00ce38c31b940)
---
 main/set_soenv.in | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/main/set_soenv.in b/main/set_soenv.in
index b51f60b..6d37d17 100644
--- a/main/set_soenv.in
+++ b/main/set_soenv.in
@@ -1926,9 +1926,6 @@ ToFile( "CAIRO_LIBS",        "@CAIRO_LIBS@",       "e" );
 ToFile( "XRANDR_CFLAGS",     "@XRANDR_CFLAGS@",    "e" );
 ToFile( "XRANDR_LIBS",       "@XRANDR_LIBS@",      "e" );
 ToFile( "XRANDR_DLOPEN",     "@XRANDR_DLOPEN@",    "e" );
-ToFile( "SYSTEM_LIBWPD",     "@SYSTEM_LIBWPD@",    "e" );
-ToFile( "LIBWPD_CFLAGS",     "@LIBWPD_CFLAGS@",    "e" );
-ToFile( "LIBWPD_LIBS",       "@LIBWPD_LIBS@",      "e" );
 ToFile( "SYSTEM_CPPUNIT",    "@SYSTEM_CPPUNIT@",   "e" );
 ToFile( "CPPUNIT_CFLAGS",    "@CPPUNIT_CFLAGS@",   "e" );
 ToFile( "CPPUNIT_LIBS",      "@CPPUNIT_LIBS@",     "e" );