aboutsummaryrefslogtreecommitdiff
path: root/editors/libreoffice/files/patch-solenv__gbuild__platform__unxgcc.mk
diff options
context:
space:
mode:
Diffstat (limited to 'editors/libreoffice/files/patch-solenv__gbuild__platform__unxgcc.mk')
-rw-r--r--editors/libreoffice/files/patch-solenv__gbuild__platform__unxgcc.mk23
1 files changed, 0 insertions, 23 deletions
diff --git a/editors/libreoffice/files/patch-solenv__gbuild__platform__unxgcc.mk b/editors/libreoffice/files/patch-solenv__gbuild__platform__unxgcc.mk
deleted file mode 100644
index 8e297fb6f580..000000000000
--- a/editors/libreoffice/files/patch-solenv__gbuild__platform__unxgcc.mk
+++ /dev/null
@@ -1,23 +0,0 @@
---- ./solenv/gbuild/platform/unxgcc.mk.orig 2012-05-22 08:48:18.000000000 -0400
-+++ ./solenv/gbuild/platform/unxgcc.mk 2012-07-10 18:27:15.000000000 -0400
-@@ -58,10 +58,10 @@
- gb_CXXFLAGS := \
- $(gb_CXXFLAGS_COMMON) \
- -fPIC \
-- -Wshadow \
- -Wsign-promo \
- -Woverloaded-virtual \
- -Wno-non-virtual-dtor \
-+ -Wno-unused-parameter \
-
- ifeq ($(HAVE_GCC_VISIBILITY_FEATURE),TRUE)
- gb_COMPILERDEFS += \
-@@ -103,7 +103,7 @@
- ifeq ($(HAVE_CXX0X),TRUE)
- #Currently, as well as for its own merits, c++11/c++0x mode allows use to use
- #a template for SAL_N_ELEMENTS to detect at compiler time its misuse
--gb_CXXFLAGS += -std=c++0x
-+gb_CXXFLAGS += -std=gnu++0x
-
- #We have so many std::auto_ptr uses that we need to be able to disable
- #warnings for those so that -Werror continues to be useful, seeing as moving