diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-07-17 12:56:09 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-07-17 12:56:09 +0000 |
commit | af63e06d7ced8eee4d23ad8ef955041253de3bde (patch) | |
tree | 2b98da8cfdde634ba0a921b96c8a585e50525a90 /editors/openoffice-3-devel/files/patch-external+gcc3_specific+makefile.mk | |
parent | Upgrade to 20030716. (diff) |
1. update to fresh checkout of OpenOffice.org (1.1RC2)
tagged under cws_srx645_ooo11rc2
2. still broken with installation failure.
Reviewed by: mbr
Diffstat (limited to 'editors/openoffice-3-devel/files/patch-external+gcc3_specific+makefile.mk')
-rw-r--r-- | editors/openoffice-3-devel/files/patch-external+gcc3_specific+makefile.mk | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/editors/openoffice-3-devel/files/patch-external+gcc3_specific+makefile.mk b/editors/openoffice-3-devel/files/patch-external+gcc3_specific+makefile.mk deleted file mode 100644 index 73786761322e..000000000000 --- a/editors/openoffice-3-devel/files/patch-external+gcc3_specific+makefile.mk +++ /dev/null @@ -1,18 +0,0 @@ ---- ../external/gcc3_specific/makefile.mk.orig Sat May 31 22:43:57 2003 -+++ ../external/gcc3_specific/makefile.mk Sat May 31 22:43:59 2003 -@@ -11,6 +11,7 @@ - - .IF "$(OS)"!="MACOSX" - .IF "$(OS)"!="IRIX" -+.IF "$(OS)"!="FREEBSD" - - - all : $(SOLARLIBDIR)$/libstdc++.so.$(SHORTSTDCPP3) $(SOLARLIBDIR)$/libgcc_s.so.1 $(SOLARLIBDIR)$/libgcc_s.so -@@ -26,6 +27,7 @@ - -rm -f $@ - +ln -s libgcc_s.so.1 $@ - -+.ENDIF - .ENDIF - .ENDIF - |