summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3/files/patch-stlport+makefile.mk
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2003-03-05 23:24:06 +0000
committerMartin Blapp <mbr@FreeBSD.org>2003-03-05 23:24:06 +0000
commiteeb175d38d569e3cc778faaa3f27ebe4bdd702df (patch)
treea094cbc50c2c3d2c487ddd7d879c055855d226e2 /editors/openoffice.org-3/files/patch-stlport+makefile.mk
parentAdd py-orbit2. (diff)
Update to 1.1 beta. Work in progress.
de-pkg-comment
Notes
Notes: svn path=/head/; revision=76992
Diffstat (limited to 'editors/openoffice.org-3/files/patch-stlport+makefile.mk')
-rw-r--r--editors/openoffice.org-3/files/patch-stlport+makefile.mk11
1 files changed, 6 insertions, 5 deletions
diff --git a/editors/openoffice.org-3/files/patch-stlport+makefile.mk b/editors/openoffice.org-3/files/patch-stlport+makefile.mk
index 0cbbfcaf00a7..797817ba85be 100644
--- a/editors/openoffice.org-3/files/patch-stlport+makefile.mk
+++ b/editors/openoffice.org-3/files/patch-stlport+makefile.mk
@@ -1,9 +1,10 @@
---- ../stlport/makefile.mk.orig Tue Aug 27 19:26:10 2002
-+++ ../stlport/makefile.mk Fri Oct 18 22:33:22 2002
-@@ -107,16 +107,26 @@
+--- ../stlport/makefile.mk.orig Thu Feb 20 16:13:40 2003
++++ ../stlport/makefile.mk Wed Mar 5 19:41:42 2003
+@@ -104,16 +104,27 @@
.IF "$(COM)"=="GCC"
.IF "$(COMID)"=="gcc3"
++# FreeBSD needs a special makefile
+.IF "$(OS)"=="FREEBSD"
+BUILD_FLAGS=-f gcc-3.0-freebsd.mak
+.ELSE
@@ -24,6 +25,6 @@
+.ELSE
BUILD_ACTION=make
+.ENDIF
+ # build in parallel
+ BUILD_FLAGS+= -j$(MAXPROCESS)
.ENDIF
-
- .IF "$(COM)"=="C52"