aboutsummaryrefslogtreecommitdiffstats
path: root/editors/openoffice.org-2.0-devel
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2002-03-08 22:00:00 +0800
committermbr <mbr@FreeBSD.org>2002-03-08 22:00:00 +0800
commit7003f8d50b1706ff6b18aa5e50053161b6f0032c (patch)
tree25232e61ec7cad1b27b7d8a3ed605292fc5b7c37 /editors/openoffice.org-2.0-devel
parentf5354b79d23d5dbf13f2fd3cb52af6b3c11d9774 (diff)
downloadfreebsd-ports-gnome-7003f8d50b1706ff6b18aa5e50053161b6f0032c.tar.gz
freebsd-ports-gnome-7003f8d50b1706ff6b18aa5e50053161b6f0032c.tar.zst
freebsd-ports-gnome-7003f8d50b1706ff6b18aa5e50053161b6f0032c.zip
Avoid twice defined set_new_handler__FPFv_v symbol. Patch from NetBSD
Diffstat (limited to 'editors/openoffice.org-2.0-devel')
-rw-r--r--editors/openoffice.org-2.0-devel/files/patch-tools::bootstrp:makefile.mk23
1 files changed, 23 insertions, 0 deletions
diff --git a/editors/openoffice.org-2.0-devel/files/patch-tools::bootstrp:makefile.mk b/editors/openoffice.org-2.0-devel/files/patch-tools::bootstrp:makefile.mk
new file mode 100644
index 000000000000..753f23a771e3
--- /dev/null
+++ b/editors/openoffice.org-2.0-devel/files/patch-tools::bootstrp:makefile.mk
@@ -0,0 +1,23 @@
+--- ../tools/bootstrp/makefile.mk.orig Tue Jan 1 14:12:19 2002
++++ ../tools/bootstrp/makefile.mk
+@@ -83,6 +83,15 @@
+ @echo No bootstrp for Mac OS
+ .ELSE # "$(OS)"=="MACOS"
+
++.IF "$(OS)"=="NETBSD" || "$(OS)"=="FREEBSD"
++ALLTAR2: $(LB)$/libgcc_pic.a $(LB)$/libgcc.a ALLTAR
++ @echo ""
++$(LB)$/libgcc_pic.a:
++ -objcopy -L set_new_handler__FPFv_v /usr/lib/libgcc.a $(LB)$/libgcc_pic.a
++$(LB)$/libgcc.a:
++ objcopy -L set_new_handler__FPFv_v `gcc -print-libgcc-file-name` $(LB)$/libgcc.a
++.ENDIF
++
+ OBJFILES= \
+ $(OBJ)$/sstring.obj \
+ $(OBJ)$/appdef.obj \
+@@ -172,3 +181,4 @@
+ # --- Targets ------------------------------------------------------
+
+ .INCLUDE : target.mk
++