[Libreoffice-commits] core.git: extensions/Library_pl.mk extensions/source extensions/StaticLibrary_plugcon.mk solenv/bin

David Ostrovsky david at ostrovsky.org
Sat Oct 24 18:57:24 UTC 2015


 extensions/Library_pl.mk                            |    6 ------
 extensions/StaticLibrary_plugcon.mk                 |    6 ------
 extensions/source/plugin/inc/plugin/unx/plugcon.hxx |    6 ------
 solenv/bin/ooinstall                                |    5 -----
 4 files changed, 23 deletions(-)

New commits:
commit 11fc708e71054dcd512a81981e735db375e79aa4
Author: David Ostrovsky <david at ostrovsky.org>
Date:   Sat Oct 24 19:17:24 2015 +0200

    Remove left over references to SYSTEM_MOZILLA
    
    In a0c53a961a0af21f69f592b43799cd635c994810 SYSTEM_MOZILLA was removed.
    
    Change-Id: I421a293c7611dd5ed0d810c9c8a80f19faf1689a
    Reviewed-on: https://gerrit.libreoffice.org/19580
    Reviewed-by: Michael Stahl <mstahl at redhat.com>
    Tested-by: Michael Stahl <mstahl at redhat.com>

diff --git a/extensions/Library_pl.mk b/extensions/Library_pl.mk
index 680877c..82a71d6 100644
--- a/extensions/Library_pl.mk
+++ b/extensions/Library_pl.mk
@@ -32,12 +32,6 @@ $(eval $(call gb_Library_add_defs,pl,\
 
 endif # ENABLE_JAVA=YES
 
-ifeq ($(SYSTEM_MOZILLA),YES)
-$(eval $(call gb_Library_add_defs,pl,\
-	-DSYSTEM_MOZILLA \
-))
-endif # SYSTEM_MOZILLA=YES
-
 ifeq ($(OS),SOLARIS)
 $(eval $(call gb_Library_add_libs,pl,\
 	-lsocket \
diff --git a/extensions/StaticLibrary_plugcon.mk b/extensions/StaticLibrary_plugcon.mk
index 4992309..149e86b 100644
--- a/extensions/StaticLibrary_plugcon.mk
+++ b/extensions/StaticLibrary_plugcon.mk
@@ -36,12 +36,6 @@ $(eval $(call gb_StaticLibrary_add_defs,plugcon,\
 
 endif # ENABLE_JAVA=YES
 
-ifeq ($(SYSTEM_MOZILLA),YES)
-$(eval $(call gb_StaticLibrary_add_defs,plugcon,\
-	-DSYSTEM_MOZILLA \
-))
-endif # SYSTEM_MOZILLA=YES
-
 ifeq ($(ENABLE_GTK),TRUE)
 $(eval $(call gb_StaticLibrary_add_defs,plugcon,\
 	-DENABLE_GTK \
diff --git a/extensions/source/plugin/inc/plugin/unx/plugcon.hxx b/extensions/source/plugin/inc/plugin/unx/plugcon.hxx
index 0793296..ad3fc67 100644
--- a/extensions/source/plugin/inc/plugin/unx/plugcon.hxx
+++ b/extensions/source/plugin/inc/plugin/unx/plugcon.hxx
@@ -55,12 +55,6 @@ extern "C" {
 #endif
 #define MOZ_X11
 #include <stdio.h>
-#ifdef SYSTEM_MOZILLA
-#ifndef OJI
-#  define OJI
-#endif
-#define MOZ_X11
-#endif
 
 #if ! defined ( _NPAPI_H_) && ! defined (npapi_h_)
 extern "C" {
diff --git a/solenv/bin/ooinstall b/solenv/bin/ooinstall
index 04de7ab..f9034cd 100755
--- a/solenv/bin/ooinstall
+++ b/solenv/bin/ooinstall
@@ -35,11 +35,6 @@ if (defined($ENV{TMPDIR})) {
 }
 if (!-d $tmp_dir) {die "Set TMPDIR!\n";}
 
-# Workaround for system Mozilla
-if ($ENV{'SYSTEM_MOZILLA'} eq 'YES') {
-    $ENV{'LD_LIBRARY_PATH'} = "$ENV{'MOZ_LIB'}:$ENV{'LD_LIBRARY_PATH'}";
-}
-
 for $arg (@ARGV) {
     if ($arg eq '-s' || $arg eq '--strip') {
         $strip = "-strip";


More information about the Libreoffice-commits mailing list