summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.1/files/patch-sal+workben+makefile.mk
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2003-07-17 12:56:09 +0000
committerMaho Nakata <maho@FreeBSD.org>2003-07-17 12:56:09 +0000
commitaf63e06d7ced8eee4d23ad8ef955041253de3bde (patch)
tree2b98da8cfdde634ba0a921b96c8a585e50525a90 /editors/openoffice-1.1/files/patch-sal+workben+makefile.mk
parentUpgrade to 20030716. (diff)
1. update to fresh checkout of OpenOffice.org (1.1RC2)
tagged under cws_srx645_ooo11rc2 2. still broken with installation failure. Reviewed by: mbr
Notes
Notes: svn path=/head/; revision=85048
Diffstat (limited to 'editors/openoffice-1.1/files/patch-sal+workben+makefile.mk')
-rw-r--r--editors/openoffice-1.1/files/patch-sal+workben+makefile.mk29
1 files changed, 0 insertions, 29 deletions
diff --git a/editors/openoffice-1.1/files/patch-sal+workben+makefile.mk b/editors/openoffice-1.1/files/patch-sal+workben+makefile.mk
deleted file mode 100644
index c754ba40fdf0..000000000000
--- a/editors/openoffice-1.1/files/patch-sal+workben+makefile.mk
+++ /dev/null
@@ -1,29 +0,0 @@
---- ../sal/workben/makefile.mk.orig Tue Apr 8 17:54:30 2003
-+++ ../sal/workben/makefile.mk Sat May 31 23:35:21 2003
-@@ -167,7 +167,7 @@
-
- .IF "$(TESTAPP)" == "salstattest"
-
-- CFLAGS+= /DUSE_SAL_STATIC
-+ CFLAGS+= -DUSE_SAL_STATIC
-
- OBJFILES= $(OBJ)$/salstattest.obj
-
-@@ -379,7 +379,7 @@
- # tgetpwnam
- #
- .IF "$(TESTAPP)" == "tgetpwnam"
--.IF "$(OS)"=="SCO" || "$(OS)"=="NETBSD"
-+.IF "$(OS)"=="SCO" || "$(OS)"=="NETBSD" || "$(OS)"=="FREEBSD"
-
- CXXFILES= tgetpwnam.cxx
- OBJFILES= $(OBJ)$/tgetpwnam.obj
-@@ -389,7 +389,7 @@
- APP5STDLIBS=$(SALLIB)
- APP5DEPN= $(SLB)$/sal.lib
-
--.ENDIF # (sco | netbsd)
-+.ENDIF # (sco | netbsd | freebsd)
- .ENDIF # tgetpwname
-
- # --- Targets ------------------------------------------------------