summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.1/files/patch-sal::workben::makefile.mk
diff options
context:
space:
mode:
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.mk22
1 files changed, 20 insertions, 2 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
index 73dd2b1576ba..369935e31d66 100644
--- a/editors/openoffice-1.1/files/patch-sal::workben::makefile.mk
+++ b/editors/openoffice-1.1/files/patch-sal::workben::makefile.mk
@@ -1,5 +1,5 @@
---- ../sal/workben/makefile.mk.orig Tue Mar 5 21:38:42 2002
-+++ ../sal/workben/makefile.mk Tue Mar 5 21:39:11 2002
+--- ../sal/workben/makefile.mk.orig Tue May 15 14:11:20 2001
++++ ../sal/workben/makefile.mk Sun Mar 10 23:46:59 2002
@@ -113,7 +113,7 @@
.IF "$(TESTAPP)" == "salstattest"
@@ -9,3 +9,21 @@
OBJFILES= $(OBJ)$/salstattest.obj
+@@ -325,7 +325,7 @@
+ # tgetpwnam
+ #
+ .IF "$(TESTAPP)" == "tgetpwnam"
+-.IF "$(OS)"=="SCO" || "$(OS)"=="NETBSD"
++.IF "$(OS)"=="SCO" || "$(OS)"=="NETBSD" || "$(OS)"=="FREEBSD"
+
+ CXXFILES= tgetpwnam.cxx
+ OBJFILES= $(OBJ)$/tgetpwnam.obj
+@@ -335,7 +335,7 @@
+ APP5STDLIBS=$(SALLIB)
+ APP5DEPN= $(SLB)$/sal.lib
+
+-.ENDIF # (sco | netbsd)
++.ENDIF # (sco | netbsd | freebsd)
+ .ENDIF # tgetpwname
+
+ # --- Targets ------------------------------------------------------