aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-1.1-devel/files/patch-python
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-1.1-devel/files/patch-python')
-rw-r--r--editors/openoffice.org-1.1-devel/files/patch-python20
1 files changed, 0 insertions, 20 deletions
diff --git a/editors/openoffice.org-1.1-devel/files/patch-python b/editors/openoffice.org-1.1-devel/files/patch-python
deleted file mode 100644
index 6993ab033ffe..000000000000
--- a/editors/openoffice.org-1.1-devel/files/patch-python
+++ /dev/null
@@ -1,20 +0,0 @@
-Hope fix bento builds.
-
-Index: python/makefile.mk
-===================================================================
-RCS file: /cvs/external/python/makefile.mk,v
-retrieving revision 1.6.2.3
-diff -u -r1.6.2.3 makefile.mk
---- python/makefile.mk 28 Jan 2004 12:02:42 -0000 1.6.2.3
-+++ python/makefile.mk 6 Nov 2004 13:16:14 -0000
-@@ -102,6 +102,10 @@
- DSP_DIR=PCbuild
- .IF "$(GUI)" == "UNX"
- CONFIGURE_ACTION= ./configure --prefix=../python-inst
-+.IF "$(OS)"=="FREEBSD"
-+CFLAGS+=${PTHREAD_CFLAGS}
-+LDFLAGS+=${PTHREAD_LIBS}
-+.ENDIF
- .IF "$(OS)" == "IRIX"
- BUILD_ACTION=$(ENV_BUILD) gmake ; gmake install
- .ELSE