summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2-RC/files/patch-stlport+makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-2-RC/files/patch-stlport+makefile.mk')
-rw-r--r--editors/openoffice.org-2-RC/files/patch-stlport+makefile.mk32
1 files changed, 32 insertions, 0 deletions
diff --git a/editors/openoffice.org-2-RC/files/patch-stlport+makefile.mk b/editors/openoffice.org-2-RC/files/patch-stlport+makefile.mk
new file mode 100644
index 000000000000..c55d863b689f
--- /dev/null
+++ b/editors/openoffice.org-2-RC/files/patch-stlport+makefile.mk
@@ -0,0 +1,32 @@
+--- ../stlport/makefile.mk.orig Tue Mar 19 15:49:17 2002
++++ ../stlport/makefile.mk Tue May 28 23:03:45 2002
+@@ -106,11 +106,29 @@
+
+ .IF "$(COM)"=="GCC"
+ .IF "$(COMID)"=="gcc3"
++
++.IF "$(OS)"=="FREEBSD"
++BUILD_FLAGS=-f gcc-3.0-freebsd.mak
++.ELSE
+ BUILD_FLAGS=-f gcc-3.0.mak
++.ENDIF
++
+ .ELSE # "$(COMID)"=="gcc3"
++
++.IF "$(OS)"=="FREEBSD"
++BUILD_FLAGS=-f gcc-freebsd.mak
++.ELSE
+ BUILD_FLAGS=-f gcc.mak
++.ENDIF
++
+ .ENDIF # "$(COMID)"=="gcc3"
++
++.IF "$(OS)"=="FREEBSD"
++BUILD_ACTION=gmake
++.ELSE
+ BUILD_ACTION=make
++.ENDIF
++
+ .ENDIF
+
+ .IF "$(COM)"=="C52"