diff options
author | jkim <jkim@FreeBSD.org> | 2009-07-31 23:03:43 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2009-07-31 23:03:43 +0800 |
commit | 9baf9f2ecc0c34d85754d92d8f241aa1b54eefa0 (patch) | |
tree | 90dca702cac45a83a7a34a86a9612f3870bbc22f /editors | |
parent | 6e54b0bf1f24b5a1511f2f929437f717031d6418 (diff) | |
download | freebsd-ports-gnome-9baf9f2ecc0c34d85754d92d8f241aa1b54eefa0.tar.gz freebsd-ports-gnome-9baf9f2ecc0c34d85754d92d8f241aa1b54eefa0.tar.zst freebsd-ports-gnome-9baf9f2ecc0c34d85754d92d8f241aa1b54eefa0.zip |
Fix build with Mozilla on amd64 -CURRENT.
Reviewed by: maho
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-3-devel/files/patch-i103792 | 13 | ||||
-rw-r--r-- | editors/openoffice.org-3-devel/files/patch-i103792 | 13 |
2 files changed, 22 insertions, 4 deletions
diff --git a/editors/openoffice-3-devel/files/patch-i103792 b/editors/openoffice-3-devel/files/patch-i103792 index 9eb065f8f451..03dbf0ab573f 100644 --- a/editors/openoffice-3-devel/files/patch-i103792 +++ b/editors/openoffice-3-devel/files/patch-i103792 @@ -1,8 +1,8 @@ adding -lpangox-1.0 see http://www.openoffice.org/issues/show_bug.cgi?id=103772 --- moz/seamonkey-source-1.1.14.patch 2009-06-27 09:39:41.000000000 +0900 -+++ moz/seamonkey-source-1.1.14.patch 2009-07-02 11:12:36.000000000 +0900 -@@ -6345,3 +6345,164 @@ ++++ moz/seamonkey-source-1.1.14.patch 2009-07-27 18:07:12.000000000 -0400 +@@ -6353,3 +6353,173 @@ clean clobber:: rm -rf $(DIST)/$(APP_NAME).app @@ -99,6 +99,15 @@ adding -lpangox-1.0 see http://www.openoffice.org/issues/show_bug.cgi?id=103772 + ########################################################################### + + ifeq ($(USE_DLL_EXPORTS_FILE), 1) ++@@ -306,7 +306,7 @@ ++ ifdef SO_FILES_TO_REMOVE ++ -$(RM) $(SO_FILES_TO_REMOVE) ++ endif ++-ifneq (,$(filter AIX Linux HP-UX Darwin BeOS QNX NetBSD OSF1 OpenBSD, $(OS_ARCH))) +++ifneq (,$(filter AIX Linux HP-UX Darwin BeOS QNX NetBSD OSF1 OpenBSD FreeBSD, $(OS_ARCH))) ++ $(LINK_LIB) ../liblber/$(OBJDIR_NAME)/*.a ++ else ++ ifeq ($(OS_ARCH),OS2) + +######################################## +following is re_comp issue. FBSD has re_comp in /usr/lib/libcompat.a, diff --git a/editors/openoffice.org-3-devel/files/patch-i103792 b/editors/openoffice.org-3-devel/files/patch-i103792 index 9eb065f8f451..03dbf0ab573f 100644 --- a/editors/openoffice.org-3-devel/files/patch-i103792 +++ b/editors/openoffice.org-3-devel/files/patch-i103792 @@ -1,8 +1,8 @@ adding -lpangox-1.0 see http://www.openoffice.org/issues/show_bug.cgi?id=103772 --- moz/seamonkey-source-1.1.14.patch 2009-06-27 09:39:41.000000000 +0900 -+++ moz/seamonkey-source-1.1.14.patch 2009-07-02 11:12:36.000000000 +0900 -@@ -6345,3 +6345,164 @@ ++++ moz/seamonkey-source-1.1.14.patch 2009-07-27 18:07:12.000000000 -0400 +@@ -6353,3 +6353,173 @@ clean clobber:: rm -rf $(DIST)/$(APP_NAME).app @@ -99,6 +99,15 @@ adding -lpangox-1.0 see http://www.openoffice.org/issues/show_bug.cgi?id=103772 + ########################################################################### + + ifeq ($(USE_DLL_EXPORTS_FILE), 1) ++@@ -306,7 +306,7 @@ ++ ifdef SO_FILES_TO_REMOVE ++ -$(RM) $(SO_FILES_TO_REMOVE) ++ endif ++-ifneq (,$(filter AIX Linux HP-UX Darwin BeOS QNX NetBSD OSF1 OpenBSD, $(OS_ARCH))) +++ifneq (,$(filter AIX Linux HP-UX Darwin BeOS QNX NetBSD OSF1 OpenBSD FreeBSD, $(OS_ARCH))) ++ $(LINK_LIB) ../liblber/$(OBJDIR_NAME)/*.a ++ else ++ ifeq ($(OS_ARCH),OS2) + +######################################## +following is re_comp issue. FBSD has re_comp in /usr/lib/libcompat.a, |