summaryrefslogtreecommitdiff
path: root/editors/openoffice-3-devel/files/patch-i116699
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2011-01-30 13:16:09 +0000
committerMaho Nakata <maho@FreeBSD.org>2011-01-30 13:16:09 +0000
commitfb2997fd422fcd98356bb8bb329cfed6b71018be (patch)
tree355d8ed616192072fa891b91b76421000996afaa /editors/openoffice-3-devel/files/patch-i116699
parent- Update to 2.5.3224 (diff)
Update to DEV300_m96.
Funded by: OpenOffice.org community Feature safe: yes
Notes
Notes: svn path=/head/; revision=268450
Diffstat (limited to '')
-rw-r--r--editors/openoffice-3-devel/files/patch-i11669979
1 files changed, 79 insertions, 0 deletions
diff --git a/editors/openoffice-3-devel/files/patch-i116699 b/editors/openoffice-3-devel/files/patch-i116699
new file mode 100644
index 000000000000..efaf326ac601
--- /dev/null
+++ b/editors/openoffice-3-devel/files/patch-i116699
@@ -0,0 +1,79 @@
+--- framework/Library_fwe.mk 2010-12-23 11:32:17.000000000 +0900
++++ framework/Library_fwe.mk 2011-01-29 17:57:56.000000000 +0900
+@@ -104,6 +104,17 @@
+ pthread \
+ ))
+ endif
++
++ifeq ($(OS),FREEBSD)
++
++$(eval $(call gb_Library_set_cxxflags,fwe,$$(filter-out -fvisibility=hidden,$$(CXXFLAGS))))
++
++$(eval $(call gb_Library_add_linked_libs,fwe,\
++ m \
++ pthread \
++))
++endif
++
+ ifeq ($(OS),WNT)
+ $(eval $(call gb_Library_add_linked_libs,fwe,\
+ kernel32 \
+--- framework/Library_fwi.mk 2010-12-23 11:32:17.000000000 +0900
++++ framework/Library_fwi.mk 2011-01-29 17:58:17.000000000 +0900
+@@ -83,6 +83,13 @@
+ pthread \
+ ))
+ endif
++ifeq ($(OS),FREEBSD)
++$(eval $(call gb_Library_add_linked_libs,fwi,\
++ m \
++ pthread \
++))
++endif
++
+ ifeq ($(OS),WNT)
+ $(eval $(call gb_Library_add_linked_libs,fwi,\
+ advapi32 \
+--- framework/Library_fwk.mk 2010-12-23 11:32:17.000000000 +0900
++++ framework/Library_fwk.mk 2011-01-29 17:59:13.000000000 +0900
+@@ -189,6 +189,12 @@
+ pthread \
+ ))
+ endif
++ifeq ($(OS),FREEBSD)
++$(eval $(call gb_Library_add_linked_libs,fwk,\
++ m \
++ pthread \
++))
++endif
+ ifeq ($(OS),WNT)
+ $(eval $(call gb_Library_add_linked_libs,fwk,\
+ kernel32 \
+--- framework/Library_fwl.mk 2010-12-23 11:32:17.000000000 +0900
++++ framework/Library_fwl.mk 2011-01-29 17:59:36.000000000 +0900
+@@ -82,9 +82,8 @@
+ framework/source/uielement/simpletextstatusbarcontroller \
+ framework/source/uielement/toolbarsmenucontroller \
+ ))
+-ifeq ($(OS),LINUX)
++ifeq ($(OS),FREEBSD)
+ $(eval $(call gb_Library_add_linked_libs,fwl,\
+- dl \
+ m \
+ pthread \
+ ))
+--- framework/Library_fwm.mk 2010-12-23 11:32:17.000000000 +0900
++++ framework/Library_fwm.mk 2011-01-29 18:00:04.000000000 +0900
+@@ -71,6 +71,12 @@
+ pthread \
+ ))
+ endif
++ifeq ($(OS),FREEBSD)
++$(eval $(call gb_Library_add_linked_libs,fwm,\
++ m \
++ pthread \
++))
++endif
+ ifeq ($(OS),WNT)
+ $(eval $(call gb_Library_add_linked_libs,fwm,\
+ kernel32 \