From 7f2868db239bb2b3241edfd15cfa56a1257d9eda Mon Sep 17 00:00:00 2001 From: mbr Date: Sun, 21 Jul 2002 23:02:40 +0000 Subject: Set FreeBSD and NetBSD config for mozilla. --- editors/openoffice-1.0/files/patch-solenv+inc+tg_moz.mk | 17 +++++++++++++++++ .../openoffice-1.0/files/patch-solenv::inc::tg_moz.mk | 17 +++++++++++++++++ .../files/patch-solenv+inc+tg_moz.mk | 17 +++++++++++++++++ editors/openoffice-1.1/files/patch-solenv+inc+tg_moz.mk | 17 +++++++++++++++++ .../files/patch-solenv+inc+tg_moz.mk | 17 +++++++++++++++++ .../openoffice-3-devel/files/patch-solenv+inc+tg_moz.mk | 17 +++++++++++++++++ editors/openoffice-3/files/patch-solenv+inc+tg_moz.mk | 17 +++++++++++++++++ .../openoffice-devel/files/patch-solenv+inc+tg_moz.mk | 17 +++++++++++++++++ .../openoffice.org-1.0/files/patch-solenv+inc+tg_moz.mk | 17 +++++++++++++++++ .../files/patch-solenv::inc::tg_moz.mk | 17 +++++++++++++++++ .../files/patch-solenv+inc+tg_moz.mk | 17 +++++++++++++++++ .../openoffice.org-1.1/files/patch-solenv+inc+tg_moz.mk | 17 +++++++++++++++++ .../files/patch-solenv+inc+tg_moz.mk | 17 +++++++++++++++++ .../files/patch-solenv+inc+tg_moz.mk | 17 +++++++++++++++++ .../files/patch-solenv+inc+tg_moz.mk | 17 +++++++++++++++++ .../openoffice.org-2.0/files/patch-solenv+inc+tg_moz.mk | 17 +++++++++++++++++ .../openoffice.org-2/files/patch-solenv+inc+tg_moz.mk | 17 +++++++++++++++++ .../files/patch-solenv+inc+tg_moz.mk | 17 +++++++++++++++++ .../files/patch-solenv+inc+tg_moz.mk | 17 +++++++++++++++++ .../openoffice.org-3/files/patch-solenv+inc+tg_moz.mk | 17 +++++++++++++++++ .../files/patch-solenv+inc+tg_moz.mk | 17 +++++++++++++++++ editors/openoffice/files/patch-solenv+inc+tg_moz.mk | 17 +++++++++++++++++ editors/openoffice/files/patch-solenv::inc::tg_moz.mk | 17 +++++++++++++++++ 23 files changed, 391 insertions(+) create mode 100644 editors/openoffice-1.0/files/patch-solenv+inc+tg_moz.mk create mode 100644 editors/openoffice-1.0/files/patch-solenv::inc::tg_moz.mk create mode 100644 editors/openoffice-1.1-devel/files/patch-solenv+inc+tg_moz.mk create mode 100644 editors/openoffice-1.1/files/patch-solenv+inc+tg_moz.mk create mode 100644 editors/openoffice-2.0-devel/files/patch-solenv+inc+tg_moz.mk create mode 100644 editors/openoffice-3-devel/files/patch-solenv+inc+tg_moz.mk create mode 100644 editors/openoffice-3/files/patch-solenv+inc+tg_moz.mk create mode 100644 editors/openoffice-devel/files/patch-solenv+inc+tg_moz.mk create mode 100644 editors/openoffice.org-1.0/files/patch-solenv+inc+tg_moz.mk create mode 100644 editors/openoffice.org-1.0/files/patch-solenv::inc::tg_moz.mk create mode 100644 editors/openoffice.org-1.1-devel/files/patch-solenv+inc+tg_moz.mk create mode 100644 editors/openoffice.org-1.1/files/patch-solenv+inc+tg_moz.mk create mode 100644 editors/openoffice.org-2-RC/files/patch-solenv+inc+tg_moz.mk create mode 100644 editors/openoffice.org-2-devel/files/patch-solenv+inc+tg_moz.mk create mode 100644 editors/openoffice.org-2.0-devel/files/patch-solenv+inc+tg_moz.mk create mode 100644 editors/openoffice.org-2.0/files/patch-solenv+inc+tg_moz.mk create mode 100644 editors/openoffice.org-2/files/patch-solenv+inc+tg_moz.mk create mode 100644 editors/openoffice.org-3-RC/files/patch-solenv+inc+tg_moz.mk create mode 100644 editors/openoffice.org-3-devel/files/patch-solenv+inc+tg_moz.mk create mode 100644 editors/openoffice.org-3/files/patch-solenv+inc+tg_moz.mk create mode 100644 editors/openoffice.org-vcltesttool/files/patch-solenv+inc+tg_moz.mk create mode 100644 editors/openoffice/files/patch-solenv+inc+tg_moz.mk create mode 100644 editors/openoffice/files/patch-solenv::inc::tg_moz.mk diff --git a/editors/openoffice-1.0/files/patch-solenv+inc+tg_moz.mk b/editors/openoffice-1.0/files/patch-solenv+inc+tg_moz.mk new file mode 100644 index 000000000000..255a41f92281 --- /dev/null +++ b/editors/openoffice-1.0/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) $@ diff --git a/editors/openoffice-1.0/files/patch-solenv::inc::tg_moz.mk b/editors/openoffice-1.0/files/patch-solenv::inc::tg_moz.mk new file mode 100644 index 000000000000..255a41f92281 --- /dev/null +++ b/editors/openoffice-1.0/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) $@ diff --git a/editors/openoffice-1.1-devel/files/patch-solenv+inc+tg_moz.mk b/editors/openoffice-1.1-devel/files/patch-solenv+inc+tg_moz.mk new file mode 100644 index 000000000000..255a41f92281 --- /dev/null +++ b/editors/openoffice-1.1-devel/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) $@ diff --git a/editors/openoffice-1.1/files/patch-solenv+inc+tg_moz.mk b/editors/openoffice-1.1/files/patch-solenv+inc+tg_moz.mk new file mode 100644 index 000000000000..255a41f92281 --- /dev/null +++ b/editors/openoffice-1.1/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) $@ diff --git a/editors/openoffice-2.0-devel/files/patch-solenv+inc+tg_moz.mk b/editors/openoffice-2.0-devel/files/patch-solenv+inc+tg_moz.mk new file mode 100644 index 000000000000..255a41f92281 --- /dev/null +++ b/editors/openoffice-2.0-devel/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) $@ diff --git a/editors/openoffice-3-devel/files/patch-solenv+inc+tg_moz.mk b/editors/openoffice-3-devel/files/patch-solenv+inc+tg_moz.mk new file mode 100644 index 000000000000..255a41f92281 --- /dev/null +++ b/editors/openoffice-3-devel/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) $@ diff --git a/editors/openoffice-3/files/patch-solenv+inc+tg_moz.mk b/editors/openoffice-3/files/patch-solenv+inc+tg_moz.mk new file mode 100644 index 000000000000..255a41f92281 --- /dev/null +++ b/editors/openoffice-3/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) $@ diff --git a/editors/openoffice-devel/files/patch-solenv+inc+tg_moz.mk b/editors/openoffice-devel/files/patch-solenv+inc+tg_moz.mk new file mode 100644 index 000000000000..255a41f92281 --- /dev/null +++ b/editors/openoffice-devel/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) $@ diff --git a/editors/openoffice.org-1.0/files/patch-solenv+inc+tg_moz.mk b/editors/openoffice.org-1.0/files/patch-solenv+inc+tg_moz.mk new file mode 100644 index 000000000000..255a41f92281 --- /dev/null +++ b/editors/openoffice.org-1.0/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) $@ diff --git a/editors/openoffice.org-1.0/files/patch-solenv::inc::tg_moz.mk b/editors/openoffice.org-1.0/files/patch-solenv::inc::tg_moz.mk new file mode 100644 index 000000000000..255a41f92281 --- /dev/null +++ b/editors/openoffice.org-1.0/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) $@ diff --git a/editors/openoffice.org-1.1-devel/files/patch-solenv+inc+tg_moz.mk b/editors/openoffice.org-1.1-devel/files/patch-solenv+inc+tg_moz.mk new file mode 100644 index 000000000000..255a41f92281 --- /dev/null +++ b/editors/openoffice.org-1.1-devel/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) $@ diff --git a/editors/openoffice.org-1.1/files/patch-solenv+inc+tg_moz.mk b/editors/openoffice.org-1.1/files/patch-solenv+inc+tg_moz.mk new file mode 100644 index 000000000000..255a41f92281 --- /dev/null +++ b/editors/openoffice.org-1.1/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) $@ diff --git a/editors/openoffice.org-2-RC/files/patch-solenv+inc+tg_moz.mk b/editors/openoffice.org-2-RC/files/patch-solenv+inc+tg_moz.mk new file mode 100644 index 000000000000..255a41f92281 --- /dev/null +++ b/editors/openoffice.org-2-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) $@ diff --git a/editors/openoffice.org-2-devel/files/patch-solenv+inc+tg_moz.mk b/editors/openoffice.org-2-devel/files/patch-solenv+inc+tg_moz.mk new file mode 100644 index 000000000000..255a41f92281 --- /dev/null +++ b/editors/openoffice.org-2-devel/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) $@ diff --git a/editors/openoffice.org-2.0-devel/files/patch-solenv+inc+tg_moz.mk b/editors/openoffice.org-2.0-devel/files/patch-solenv+inc+tg_moz.mk new file mode 100644 index 000000000000..255a41f92281 --- /dev/null +++ b/editors/openoffice.org-2.0-devel/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) $@ diff --git a/editors/openoffice.org-2.0/files/patch-solenv+inc+tg_moz.mk b/editors/openoffice.org-2.0/files/patch-solenv+inc+tg_moz.mk new file mode 100644 index 000000000000..255a41f92281 --- /dev/null +++ b/editors/openoffice.org-2.0/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) $@ diff --git a/editors/openoffice.org-2/files/patch-solenv+inc+tg_moz.mk b/editors/openoffice.org-2/files/patch-solenv+inc+tg_moz.mk new file mode 100644 index 000000000000..255a41f92281 --- /dev/null +++ b/editors/openoffice.org-2/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) $@ 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) $@ diff --git a/editors/openoffice.org-3-devel/files/patch-solenv+inc+tg_moz.mk b/editors/openoffice.org-3-devel/files/patch-solenv+inc+tg_moz.mk new file mode 100644 index 000000000000..255a41f92281 --- /dev/null +++ b/editors/openoffice.org-3-devel/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) $@ diff --git a/editors/openoffice.org-3/files/patch-solenv+inc+tg_moz.mk b/editors/openoffice.org-3/files/patch-solenv+inc+tg_moz.mk new file mode 100644 index 000000000000..255a41f92281 --- /dev/null +++ b/editors/openoffice.org-3/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) $@ diff --git a/editors/openoffice.org-vcltesttool/files/patch-solenv+inc+tg_moz.mk b/editors/openoffice.org-vcltesttool/files/patch-solenv+inc+tg_moz.mk new file mode 100644 index 000000000000..255a41f92281 --- /dev/null +++ b/editors/openoffice.org-vcltesttool/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) $@ diff --git a/editors/openoffice/files/patch-solenv+inc+tg_moz.mk b/editors/openoffice/files/patch-solenv+inc+tg_moz.mk new file mode 100644 index 000000000000..255a41f92281 --- /dev/null +++ b/editors/openoffice/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) $@ diff --git a/editors/openoffice/files/patch-solenv::inc::tg_moz.mk b/editors/openoffice/files/patch-solenv::inc::tg_moz.mk new file mode 100644 index 000000000000..255a41f92281 --- /dev/null +++ b/editors/openoffice/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) $@ -- cgit