summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3-RC
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-07-21 23:02:40 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-07-21 23:02:40 +0000
commitbde60949c1a66cbb9e0eb2b7d0da5b57c2d8cb59 (patch)
tree4af17db9a958b252e54188cfca25977a752547b1 /editors/openoffice.org-3-RC
parentActivate sound support. (diff)
Set FreeBSD and NetBSD config for mozilla.
Notes
Notes: svn path=/head/; revision=63342
Diffstat (limited to 'editors/openoffice.org-3-RC')
-rw-r--r--editors/openoffice.org-3-RC/files/patch-solenv+inc+tg_moz.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/editors/openoffice.org-3-RC/files/patch-solenv+inc+tg_moz.mk b/editors/openoffice.org-3-RC/files/patch-solenv+inc+tg_moz.mk
new file mode 100644
index 000000000000..255a41f92281
--- /dev/null
+++ b/editors/openoffice.org-3-RC/files/patch-solenv+inc+tg_moz.mk
@@ -0,0 +1,17 @@
+--- ../solenv/inc/tg_moz.mk.orig Sat Jul 20 23:57:37 2002
++++ ../solenv/inc/tg_moz.mk Sat Jul 20 23:57:55 2002
+@@ -36,6 +36,14 @@
+ CPUCFG=_linux.cfg
+ .ENDIF
+
++.IF "$(OS)"=="FREEBSD"
++CPUCFG=_freebsd.cfg
++.ENDIF
++
++.IF "$(OS)"=="NETBSD"
++CPUCFG=_netbsd.cfg
++.ENDIF
++
+ .IF "$(GEN_PRCPUCFG)"!=""
+ $(GEN_PRCPUCFG): $(PRJ)$/pr$/include$/md$/$(CPUCFG)
+ @+$(COPY) $(PRJ)$/pr$/include$/md$/$(CPUCFG) $@