aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice-devel/files/patch-freebsd.mk
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice-devel/files/patch-freebsd.mk')
-rw-r--r--editors/openoffice-devel/files/patch-freebsd.mk26
1 files changed, 0 insertions, 26 deletions
diff --git a/editors/openoffice-devel/files/patch-freebsd.mk b/editors/openoffice-devel/files/patch-freebsd.mk
deleted file mode 100644
index c8edec5029cf..000000000000
--- a/editors/openoffice-devel/files/patch-freebsd.mk
+++ /dev/null
@@ -1,26 +0,0 @@
---- solenv/gbuild/platform/freebsd.mk.orig 2014-09-19 18:16:41 UTC
-+++ solenv/gbuild/platform/freebsd.mk
-@@ -96,6 +96,7 @@ gb_CXXFLAGS := \
- -fvisibility-inlines-hidden \
- -fvisibility=hidden \
- -pipe \
-+ -DHAVE_STL_INCLUDE_PATH \
-
- ifneq ($(EXTERNAL_WARNINGS_NOT_ERRORS),TRUE)
- gb_CFLAGS_WERROR := -Werror
-@@ -110,7 +111,6 @@ endif
- gb_LinkTarget_EXCEPTIONFLAGS := \
- -DEXCEPTIONS_ON \
- -fexceptions \
-- -fno-enforce-eh-specs \
-
- gb_LinkTarget_NOEXCEPTIONFLAGS := \
- -DEXCEPTIONS_OFF \
-@@ -121,6 +121,7 @@ gb_LinkTarget_LDFLAGS += \
- -Wl,-z,combreloc \
- -Wl,-z,defs \
- $(subst -L../lib , ,$(SOLARLIB)) \
-+ ${FBSD_LDFLAGS} \
- \
-
- ifeq ($(HAVE_LD_HASH_STYLE),TRUE)