summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2/files/patch-sal::workben::makefile.mk
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-10-18 22:52:57 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-10-18 22:52:57 +0000
commita0ccee8b339cbd7d2a5be2f23fa0b2f51d8bbd78 (patch)
tree1a9632c02a53b6df96425fec98a823006618e1bf /editors/openoffice.org-2/files/patch-sal::workben::makefile.mk
parentFirst step to make this port working. Configure works and all patches (diff)
Re-add previously deleted files.
Notes
Notes: svn path=/head/; revision=68300
Diffstat (limited to 'editors/openoffice.org-2/files/patch-sal::workben::makefile.mk')
-rw-r--r--editors/openoffice.org-2/files/patch-sal::workben::makefile.mk29
1 files changed, 29 insertions, 0 deletions
diff --git a/editors/openoffice.org-2/files/patch-sal::workben::makefile.mk b/editors/openoffice.org-2/files/patch-sal::workben::makefile.mk
new file mode 100644
index 000000000000..369935e31d66
--- /dev/null
+++ b/editors/openoffice.org-2/files/patch-sal::workben::makefile.mk
@@ -0,0 +1,29 @@
+--- ../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"
+
+- CFLAGS+= /DUSE_SAL_STATIC
++ CFLAGS+= -DUSE_SAL_STATIC
+
+ 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 ------------------------------------------------------