aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice-1.1/files/patch-sal+workben+makefile.mk
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-03-03 00:56:13 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-03-03 00:56:13 +0000
commit1c1cfed19ddbd6c3e0f763d4ad2c779dc6ea3f44 (patch)
tree0acb6b029c208a67a32b314e61e5458aa1e46cb4 /editors/openoffice-1.1/files/patch-sal+workben+makefile.mk
parent0eedcf658bae66757158f61624c404a42630d710 (diff)
downloadports-1c1cfed19ddbd6c3e0f763d4ad2c779dc6ea3f44.tar.gz
ports-1c1cfed19ddbd6c3e0f763d4ad2c779dc6ea3f44.zip
Notes
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.mk20
1 files changed, 20 insertions, 0 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
new file mode 100644
index 000000000000..321952be1163
--- /dev/null
+++ b/editors/openoffice-1.1/files/patch-sal+workben+makefile.mk
@@ -0,0 +1,20 @@
+--- ../sal/workben/makefile.mk.orig Sun Mar 3 01:27:32 2002
++++ ../sal/workben/makefile.mk Sun Mar 3 01:27:54 2002
+@@ -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 ------------------------------------------------------