diff options
Diffstat (limited to 'editors/openoffice-3-devel/files/patch-i116699')
-rw-r--r-- | editors/openoffice-3-devel/files/patch-i116699 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/openoffice-3-devel/files/patch-i116699 b/editors/openoffice-3-devel/files/patch-i116699 deleted file mode 100644 index bae040580048..000000000000 --- a/editors/openoffice-3-devel/files/patch-i116699 +++ /dev/null @@ -1,11 +0,0 @@ ---- framework/Library_fwe.mk.orig 2011-02-15 18:20:16.000000000 +0900 -+++ framework/Library_fwe.mk 2011-02-19 13:09:58.000000000 +0900 -@@ -99,5 +99,8 @@ - ifeq ($(OS),LINUX) - $(eval $(call gb_Library_set_cxxflags,fwe,$$(filter-out -fvisibility=hidden,$$(CXXFLAGS)))) - endif -+ifeq ($(OS),FREEBSD) -+$(eval $(call gb_Library_set_cxxflags,fwe,$$(filter-out -fvisibility=hidden,$$(CXXFLAGS)))) -+endif - - # vim: set noet sw=4 ts=4: |