summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.0/files/patch-stlport+makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice-1.0/files/patch-stlport+makefile.mk')
-rw-r--r--editors/openoffice-1.0/files/patch-stlport+makefile.mk32
1 files changed, 0 insertions, 32 deletions
diff --git a/editors/openoffice-1.0/files/patch-stlport+makefile.mk b/editors/openoffice-1.0/files/patch-stlport+makefile.mk
deleted file mode 100644
index c55d863b689f..000000000000
--- a/editors/openoffice-1.0/files/patch-stlport+makefile.mk
+++ /dev/null
@@ -1,32 +0,0 @@
---- ../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"