diff options
author | maho <maho@FreeBSD.org> | 2004-03-11 17:54:55 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2004-03-11 17:54:55 +0800 |
commit | 3e1ff26421a34aa303cc7746b228768a2db28b74 (patch) | |
tree | f1bc4e2cadb26e7e346e5598bb5f35e740ada33a | |
parent | 4f34198c61edd81e6d81b333405443e70f7e5212 (diff) | |
download | freebsd-ports-gnome-3e1ff26421a34aa303cc7746b228768a2db28b74.tar.gz freebsd-ports-gnome-3e1ff26421a34aa303cc7746b228768a2db28b74.tar.zst freebsd-ports-gnome-3e1ff26421a34aa303cc7746b228768a2db28b74.zip |
Committed.
http://www.openoffice.org/issues/show_bug.cgi?id=18064
8 files changed, 0 insertions, 88 deletions
diff --git a/editors/openoffice-1.1-devel/files/patch-python-makefile.mk b/editors/openoffice-1.1-devel/files/patch-python-makefile.mk deleted file mode 100644 index 6308ab485a6f..000000000000 --- a/editors/openoffice-1.1-devel/files/patch-python-makefile.mk +++ /dev/null @@ -1,11 +0,0 @@ ---- ../python/makefile.mk 31 Jul 2003 12:15:14 -0000 1.5.2.2 -+++ ../python/makefile.mk 8 Aug 2003 15:28:45 -0000 -@@ -187,7 +187,7 @@ - ld -G -o $@ -u Py_Main -u Py_FrozenMain -u PyFPE_dummy $(MISC)$/build$/$(TARFILE_NAME)$/libpython$(PYMAJOR).$(PYMINOR).a -h libpython.so.$(PYMAJOR) -lm -ldl -lc -lpthread - .ELSE - .IF "$(OS)" == "FREEBSD" -- ld -shared -o $@ --whole-archive $(MISC)$/build$/$(TARFILE_NAME)$/libpython$(PYMAJOR).$(PYMINOR).a --no-whole-archive -soname libpython.so.$(PYMAJOR) -lm -lutil ${PTHREAD_LIBS} -+ $(LINK) -shared -o $@ -Wl,-whole-archive $(MISC)$/build$/$(TARFILE_NAME)$/libpython$(PYMAJOR).$(PYMINOR).a -Wl,-no-whole-archive -soname libpython.so.$(PYMAJOR) -lm -lutil ${PTHREAD_LIBS} - .ELSE - .IF "$(OS)" == "IRIX" - ld -shared -o $@ -all $(MISC)$/build$/$(TARFILE_NAME)$/libpython$(PYMAJOR).$(PYMINOR).a -notall -soname libpython.so.$(PYMAJOR) -lm -ldl -lc -lpthread diff --git a/editors/openoffice-1.1-devel/files/patch-vcl+unx+source+app+salmain.cxx b/editors/openoffice-1.1-devel/files/patch-vcl+unx+source+app+salmain.cxx deleted file mode 100644 index 8d0a6f423f5e..000000000000 --- a/editors/openoffice-1.1-devel/files/patch-vcl+unx+source+app+salmain.cxx +++ /dev/null @@ -1,11 +0,0 @@ ---- ../vcl/unx/source/app/salmain.cxx 1 Aug 2003 03:34:39 -0000 1.8.4.1 -+++ ../vcl/unx/source/app/salmain.cxx 7 Aug 2003 22:43:19 -0000 -@@ -62,7 +62,7 @@ - #define _SV_SALMAIN_CXX - - // -=-= #includes =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= --#ifdef MACOSX -+#if defined(MACOSX) || defined(FREEBSD) - // rlimit needs sys/types.h - #include <sys/types.h> - #include <sys/time.h> diff --git a/editors/openoffice-1.1/files/patch-python-makefile.mk b/editors/openoffice-1.1/files/patch-python-makefile.mk deleted file mode 100644 index 6308ab485a6f..000000000000 --- a/editors/openoffice-1.1/files/patch-python-makefile.mk +++ /dev/null @@ -1,11 +0,0 @@ ---- ../python/makefile.mk 31 Jul 2003 12:15:14 -0000 1.5.2.2 -+++ ../python/makefile.mk 8 Aug 2003 15:28:45 -0000 -@@ -187,7 +187,7 @@ - ld -G -o $@ -u Py_Main -u Py_FrozenMain -u PyFPE_dummy $(MISC)$/build$/$(TARFILE_NAME)$/libpython$(PYMAJOR).$(PYMINOR).a -h libpython.so.$(PYMAJOR) -lm -ldl -lc -lpthread - .ELSE - .IF "$(OS)" == "FREEBSD" -- ld -shared -o $@ --whole-archive $(MISC)$/build$/$(TARFILE_NAME)$/libpython$(PYMAJOR).$(PYMINOR).a --no-whole-archive -soname libpython.so.$(PYMAJOR) -lm -lutil ${PTHREAD_LIBS} -+ $(LINK) -shared -o $@ -Wl,-whole-archive $(MISC)$/build$/$(TARFILE_NAME)$/libpython$(PYMAJOR).$(PYMINOR).a -Wl,-no-whole-archive -soname libpython.so.$(PYMAJOR) -lm -lutil ${PTHREAD_LIBS} - .ELSE - .IF "$(OS)" == "IRIX" - ld -shared -o $@ -all $(MISC)$/build$/$(TARFILE_NAME)$/libpython$(PYMAJOR).$(PYMINOR).a -notall -soname libpython.so.$(PYMAJOR) -lm -ldl -lc -lpthread diff --git a/editors/openoffice-1.1/files/patch-vcl+unx+source+app+salmain.cxx b/editors/openoffice-1.1/files/patch-vcl+unx+source+app+salmain.cxx deleted file mode 100644 index 8d0a6f423f5e..000000000000 --- a/editors/openoffice-1.1/files/patch-vcl+unx+source+app+salmain.cxx +++ /dev/null @@ -1,11 +0,0 @@ ---- ../vcl/unx/source/app/salmain.cxx 1 Aug 2003 03:34:39 -0000 1.8.4.1 -+++ ../vcl/unx/source/app/salmain.cxx 7 Aug 2003 22:43:19 -0000 -@@ -62,7 +62,7 @@ - #define _SV_SALMAIN_CXX - - // -=-= #includes =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= --#ifdef MACOSX -+#if defined(MACOSX) || defined(FREEBSD) - // rlimit needs sys/types.h - #include <sys/types.h> - #include <sys/time.h> diff --git a/editors/openoffice.org-1.1-devel/files/patch-python-makefile.mk b/editors/openoffice.org-1.1-devel/files/patch-python-makefile.mk deleted file mode 100644 index 6308ab485a6f..000000000000 --- a/editors/openoffice.org-1.1-devel/files/patch-python-makefile.mk +++ /dev/null @@ -1,11 +0,0 @@ ---- ../python/makefile.mk 31 Jul 2003 12:15:14 -0000 1.5.2.2 -+++ ../python/makefile.mk 8 Aug 2003 15:28:45 -0000 -@@ -187,7 +187,7 @@ - ld -G -o $@ -u Py_Main -u Py_FrozenMain -u PyFPE_dummy $(MISC)$/build$/$(TARFILE_NAME)$/libpython$(PYMAJOR).$(PYMINOR).a -h libpython.so.$(PYMAJOR) -lm -ldl -lc -lpthread - .ELSE - .IF "$(OS)" == "FREEBSD" -- ld -shared -o $@ --whole-archive $(MISC)$/build$/$(TARFILE_NAME)$/libpython$(PYMAJOR).$(PYMINOR).a --no-whole-archive -soname libpython.so.$(PYMAJOR) -lm -lutil ${PTHREAD_LIBS} -+ $(LINK) -shared -o $@ -Wl,-whole-archive $(MISC)$/build$/$(TARFILE_NAME)$/libpython$(PYMAJOR).$(PYMINOR).a -Wl,-no-whole-archive -soname libpython.so.$(PYMAJOR) -lm -lutil ${PTHREAD_LIBS} - .ELSE - .IF "$(OS)" == "IRIX" - ld -shared -o $@ -all $(MISC)$/build$/$(TARFILE_NAME)$/libpython$(PYMAJOR).$(PYMINOR).a -notall -soname libpython.so.$(PYMAJOR) -lm -ldl -lc -lpthread diff --git a/editors/openoffice.org-1.1-devel/files/patch-vcl+unx+source+app+salmain.cxx b/editors/openoffice.org-1.1-devel/files/patch-vcl+unx+source+app+salmain.cxx deleted file mode 100644 index 8d0a6f423f5e..000000000000 --- a/editors/openoffice.org-1.1-devel/files/patch-vcl+unx+source+app+salmain.cxx +++ /dev/null @@ -1,11 +0,0 @@ ---- ../vcl/unx/source/app/salmain.cxx 1 Aug 2003 03:34:39 -0000 1.8.4.1 -+++ ../vcl/unx/source/app/salmain.cxx 7 Aug 2003 22:43:19 -0000 -@@ -62,7 +62,7 @@ - #define _SV_SALMAIN_CXX - - // -=-= #includes =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= --#ifdef MACOSX -+#if defined(MACOSX) || defined(FREEBSD) - // rlimit needs sys/types.h - #include <sys/types.h> - #include <sys/time.h> diff --git a/editors/openoffice.org-1.1/files/patch-python-makefile.mk b/editors/openoffice.org-1.1/files/patch-python-makefile.mk deleted file mode 100644 index 6308ab485a6f..000000000000 --- a/editors/openoffice.org-1.1/files/patch-python-makefile.mk +++ /dev/null @@ -1,11 +0,0 @@ ---- ../python/makefile.mk 31 Jul 2003 12:15:14 -0000 1.5.2.2 -+++ ../python/makefile.mk 8 Aug 2003 15:28:45 -0000 -@@ -187,7 +187,7 @@ - ld -G -o $@ -u Py_Main -u Py_FrozenMain -u PyFPE_dummy $(MISC)$/build$/$(TARFILE_NAME)$/libpython$(PYMAJOR).$(PYMINOR).a -h libpython.so.$(PYMAJOR) -lm -ldl -lc -lpthread - .ELSE - .IF "$(OS)" == "FREEBSD" -- ld -shared -o $@ --whole-archive $(MISC)$/build$/$(TARFILE_NAME)$/libpython$(PYMAJOR).$(PYMINOR).a --no-whole-archive -soname libpython.so.$(PYMAJOR) -lm -lutil ${PTHREAD_LIBS} -+ $(LINK) -shared -o $@ -Wl,-whole-archive $(MISC)$/build$/$(TARFILE_NAME)$/libpython$(PYMAJOR).$(PYMINOR).a -Wl,-no-whole-archive -soname libpython.so.$(PYMAJOR) -lm -lutil ${PTHREAD_LIBS} - .ELSE - .IF "$(OS)" == "IRIX" - ld -shared -o $@ -all $(MISC)$/build$/$(TARFILE_NAME)$/libpython$(PYMAJOR).$(PYMINOR).a -notall -soname libpython.so.$(PYMAJOR) -lm -ldl -lc -lpthread diff --git a/editors/openoffice.org-1.1/files/patch-vcl+unx+source+app+salmain.cxx b/editors/openoffice.org-1.1/files/patch-vcl+unx+source+app+salmain.cxx deleted file mode 100644 index 8d0a6f423f5e..000000000000 --- a/editors/openoffice.org-1.1/files/patch-vcl+unx+source+app+salmain.cxx +++ /dev/null @@ -1,11 +0,0 @@ ---- ../vcl/unx/source/app/salmain.cxx 1 Aug 2003 03:34:39 -0000 1.8.4.1 -+++ ../vcl/unx/source/app/salmain.cxx 7 Aug 2003 22:43:19 -0000 -@@ -62,7 +62,7 @@ - #define _SV_SALMAIN_CXX - - // -=-= #includes =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= --#ifdef MACOSX -+#if defined(MACOSX) || defined(FREEBSD) - // rlimit needs sys/types.h - #include <sys/types.h> - #include <sys/time.h> |