aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2011-06-07 17:04:30 +0800
committermaho <maho@FreeBSD.org>2011-06-07 17:04:30 +0800
commitf969f2cab6369ed234183f6e877b5f269f13164c (patch)
tree720a0987afbd11aa8275e03839015231e92659bc /editors
parenta5918115f882ed362d35c26af7abefc1387b83af (diff)
downloadfreebsd-ports-gnome-f969f2cab6369ed234183f6e877b5f269f13164c.tar.gz
freebsd-ports-gnome-f969f2cab6369ed234183f6e877b5f269f13164c.tar.zst
freebsd-ports-gnome-f969f2cab6369ed234183f6e877b5f269f13164c.zip
Fix build with recent gmake.
Submitted by: truckman
Diffstat (limited to 'editors')
-rw-r--r--editors/openoffice-3/files/patch-i11432328
-rw-r--r--editors/openoffice.org-3/files/patch-i11432328
2 files changed, 56 insertions, 0 deletions
diff --git a/editors/openoffice-3/files/patch-i114323 b/editors/openoffice-3/files/patch-i114323
new file mode 100644
index 000000000000..8c6f167ef478
--- /dev/null
+++ b/editors/openoffice-3/files/patch-i114323
@@ -0,0 +1,28 @@
+--- moz/makefile.mk.orig 2011-01-18 05:34:25.000000000 -0800
++++ moz/makefile.mk 2011-04-29 16:04:37.000000000 -0700
+@@ -86,7 +86,8 @@
+ patches/dtoa.patch \
+ patches/respect_disable_pango.patch \
+ patches/arm_build_fix.patch \
+- patches/link_fontconfig.patch
++ patches/link_fontconfig.patch \
++ patches/brokenmakefile.patch
+
+ # This file is needed for the W32 build when BUILD_MOZAB is set
+ # (currently only vc8/vs2005 is supported when BUILD_MOZAB is set)
+--- /dev/null 2011-04-29 16:00:00.000000000 -0700
++++ moz/patches/brokenmakefile.patch 2011-04-29 16:04:55.000000000 -0700
+@@ -0,0 +1,13 @@
++--- misc/mozilla/mailnews/extensions/smime/build/Makefile.in 2010-09-04 16:00:38.000000000 +0100
+++++ misc/build/mozilla/mailnews/extensions/smime/build/Makefile.in 2010-09-04 16:02:24.000000000 +0100
++@@ -79,10 +79,6 @@
++ $(DIST)/lib/$(LIB_PREFIX)msgsmime_s.$(LIB_SUFFIX) \
++ $(NULL)
++
++-ifndef MOZ_STATIC_MAIL_BUILD
++-SHARED_LIBRARY_LIBS + = $(DIST)/lib/$(LIB_PREFIX)msgbsutl_s.$(LIB_SUFFIX)
++-endif
++-
++ EXTRA_DSO_LDOPTS = \
++ $(LIBS_DIR) \
++ $(EXTRA_DSO_LIBS) \
diff --git a/editors/openoffice.org-3/files/patch-i114323 b/editors/openoffice.org-3/files/patch-i114323
new file mode 100644
index 000000000000..8c6f167ef478
--- /dev/null
+++ b/editors/openoffice.org-3/files/patch-i114323
@@ -0,0 +1,28 @@
+--- moz/makefile.mk.orig 2011-01-18 05:34:25.000000000 -0800
++++ moz/makefile.mk 2011-04-29 16:04:37.000000000 -0700
+@@ -86,7 +86,8 @@
+ patches/dtoa.patch \
+ patches/respect_disable_pango.patch \
+ patches/arm_build_fix.patch \
+- patches/link_fontconfig.patch
++ patches/link_fontconfig.patch \
++ patches/brokenmakefile.patch
+
+ # This file is needed for the W32 build when BUILD_MOZAB is set
+ # (currently only vc8/vs2005 is supported when BUILD_MOZAB is set)
+--- /dev/null 2011-04-29 16:00:00.000000000 -0700
++++ moz/patches/brokenmakefile.patch 2011-04-29 16:04:55.000000000 -0700
+@@ -0,0 +1,13 @@
++--- misc/mozilla/mailnews/extensions/smime/build/Makefile.in 2010-09-04 16:00:38.000000000 +0100
+++++ misc/build/mozilla/mailnews/extensions/smime/build/Makefile.in 2010-09-04 16:02:24.000000000 +0100
++@@ -79,10 +79,6 @@
++ $(DIST)/lib/$(LIB_PREFIX)msgsmime_s.$(LIB_SUFFIX) \
++ $(NULL)
++
++-ifndef MOZ_STATIC_MAIL_BUILD
++-SHARED_LIBRARY_LIBS + = $(DIST)/lib/$(LIB_PREFIX)msgbsutl_s.$(LIB_SUFFIX)
++-endif
++-
++ EXTRA_DSO_LDOPTS = \
++ $(LIBS_DIR) \
++ $(EXTRA_DSO_LIBS) \