summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2/files/patch-sal::workben::makefile.mk
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-03-05 23:38:28 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-03-05 23:38:28 +0000
commitf5017f7c3fabff9d82759cf6911964a2da7bd040 (patch)
treef6a3014df3a1cd5caf1a4a718e5891c791a1a67a /editors/openoffice.org-2/files/patch-sal::workben::makefile.mk
parentminormkchanged.flg is not a target. This solves the breakage in solenv (diff)
Add missing #ifdef for FREEBSD
Notes
Notes: svn path=/head/; revision=55606
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.mk25
1 files changed, 8 insertions, 17 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
index 321952be1163..73dd2b1576ba 100644
--- a/editors/openoffice.org-2/files/patch-sal::workben::makefile.mk
+++ b/editors/openoffice.org-2/files/patch-sal::workben::makefile.mk
@@ -1,20 +1,11 @@
---- ../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"
+--- ../sal/workben/makefile.mk.orig Tue Mar 5 21:38:42 2002
++++ ../sal/workben/makefile.mk Tue Mar 5 21:39:11 2002
+@@ -113,7 +113,7 @@
- CXXFILES= tgetpwnam.cxx
- OBJFILES= $(OBJ)$/tgetpwnam.obj
-@@ -335,7 +335,7 @@
- APP5STDLIBS=$(SALLIB)
- APP5DEPN= $(SLB)$/sal.lib
+ .IF "$(TESTAPP)" == "salstattest"
--.ENDIF # (sco | netbsd)
-+.ENDIF # (sco | netbsd || freebsd)
- .ENDIF # tgetpwname
+- CFLAGS+= /DUSE_SAL_STATIC
++ CFLAGS+= -DUSE_SAL_STATIC
+
+ OBJFILES= $(OBJ)$/salstattest.obj
- # --- Targets ------------------------------------------------------