diff options
author | Maho Nakata <maho@FreeBSD.org> | 2008-01-08 23:20:55 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2008-01-08 23:20:55 +0000 |
commit | a2ae6f9e12a9c75526af45587317a5ed4338e21e (patch) | |
tree | e46bee0d5e2812432a589dbebc224a3dc646e76f /editors | |
parent | 4f67f45395249f7cfdb3db5a64821202b653f302 (diff) | |
download | ports-a2ae6f9e12a9c75526af45587317a5ed4338e21e.tar.gz ports-a2ae6f9e12a9c75526af45587317a5ed4338e21e.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice.org-1.1-devel/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice.org-1.1-devel/files/patch-libgcc | 39 |
2 files changed, 40 insertions, 1 deletions
diff --git a/editors/openoffice.org-1.1-devel/Makefile b/editors/openoffice.org-1.1-devel/Makefile index de57965d197b..059b5d1a5390 100644 --- a/editors/openoffice.org-1.1-devel/Makefile +++ b/editors/openoffice.org-1.1-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= openoffice.org PORTVERSION= 1.1.5.${SNAPDATE} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES+= editors MASTER_SITES+= http://ooopackages.good-day.net/pub/OpenOffice.org/sources/1.1/ \ http://openoffice.lunarshells.com/sources/1.1/ \ diff --git a/editors/openoffice.org-1.1-devel/files/patch-libgcc b/editors/openoffice.org-1.1-devel/files/patch-libgcc new file mode 100644 index 000000000000..a3197c00be66 --- /dev/null +++ b/editors/openoffice.org-1.1-devel/files/patch-libgcc @@ -0,0 +1,39 @@ +Index: work/OOo_1.1.5/external/gcc3_specific/makefile.mk +=================================================================== +RCS file: /cvs/util/external/gcc3_specific/makefile.mk,v +retrieving revision 1.3 +diff -u -r1.3 makefile.mk +--- external/gcc3_specific/makefile.mk 18 Jun 2003 12:44:10 -0000 1.3 ++++ external/gcc3_specific/makefile.mk 8 Jan 2008 03:22:55 -0000 +@@ -11,7 +11,6 @@ + + .IF "$(OS)"!="MACOSX" + .IF "$(OS)"!="IRIX" +-.IF "$(OS)"!="FREEBSD" + + + all : $(SOLARLIBDIR)$/libstdc++.so.$(SHORTSTDCPP3) $(SOLARLIBDIR)$/libgcc_s.so.1 $(SOLARLIBDIR)$/libgcc_s.so +@@ -27,7 +26,6 @@ + -rm -f $@ + +ln -s libgcc_s.so.1 $@ + +-.ENDIF + .ENDIF + .ENDIF + +Index: work/OOo_1.1.5/scp/source/global/udk_base.scp +=================================================================== +RCS file: /cvs/installation/scp/source/global/Attic/udk_base.scp,v +retrieving revision 1.7.24.2 +diff -u -r1.7.24.2 udk_base.scp +--- scp/source/global/udk_base.scp 28 Jan 2004 17:18:34 -0000 1.7.24.2 ++++ scp/source/global/udk_base.scp 8 Jan 2008 03:24:54 -0000 +@@ -6,7 +6,7 @@ + // Temporary solution/hack: at the moment libstdc++.so and libgcc_s.so are + // needed for unxlngi4 environment (setup is linked against it). + +-#if ! (defined (FREEBSD) || defined(MACOSX) || defined(NETBSD) ) ++#if ! (defined(MACOSX) || defined(NETBSD) ) + #if ( defined( _gcc3 ) && ( defined( C300 ) || defined( C322 ) )) + + File gid_File_Lib_gcc |