aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2004-11-06 13:17:24 +0000
committerMaho Nakata <maho@FreeBSD.org>2004-11-06 13:17:24 +0000
commite99ef174fed42dab3f603ab7c4a78900ac302aca (patch)
tree5821086aad5fd53efab1e4ef3b8f519413b09c6a /editors
parent3374cb40bbd634ecc54e17be8b7acfe7feb1daec (diff)
downloadports-e99ef174fed42dab3f603ab7c4a78900ac302aca.tar.gz
ports-e99ef174fed42dab3f603ab7c4a78900ac302aca.zip
Notes
Diffstat (limited to 'editors')
-rw-r--r--editors/openoffice-1.1-devel/files/patch-python20
-rw-r--r--editors/openoffice.org-1.1-devel/files/patch-python20
2 files changed, 40 insertions, 0 deletions
diff --git a/editors/openoffice-1.1-devel/files/patch-python b/editors/openoffice-1.1-devel/files/patch-python
new file mode 100644
index 000000000000..6993ab033ffe
--- /dev/null
+++ b/editors/openoffice-1.1-devel/files/patch-python
@@ -0,0 +1,20 @@
+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
diff --git a/editors/openoffice.org-1.1-devel/files/patch-python b/editors/openoffice.org-1.1-devel/files/patch-python
new file mode 100644
index 000000000000..6993ab033ffe
--- /dev/null
+++ b/editors/openoffice.org-1.1-devel/files/patch-python
@@ -0,0 +1,20 @@
+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