summaryrefslogtreecommitdiff
path: root/editors/openoffice/files
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-03-09 09:54:06 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-03-09 09:54:06 +0000
commit9defbf59526b740bbe1f0133b2f71b2943451c03 (patch)
treebcffdfa11c37c9e18ae0122672d0453e4654aef8 /editors/openoffice/files
parentUpgrade to the 4-March-2002 GCC 3.1 development snapshot. (diff)
Patch got accidently comitted twice.
Notes
Notes: svn path=/head/; revision=55761
Diffstat (limited to 'editors/openoffice/files')
-rw-r--r--editors/openoffice/files/patch-tools::bootstrp:makefile.mk23
1 files changed, 0 insertions, 23 deletions
diff --git a/editors/openoffice/files/patch-tools::bootstrp:makefile.mk b/editors/openoffice/files/patch-tools::bootstrp:makefile.mk
deleted file mode 100644
index 753f23a771e3..000000000000
--- a/editors/openoffice/files/patch-tools::bootstrp:makefile.mk
+++ /dev/null
@@ -1,23 +0,0 @@
---- ../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
-+