summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3/files/patch-solenv::inc::tg_moz.mk
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-3/files/patch-solenv::inc::tg_moz.mk')
-rw-r--r--editors/openoffice.org-3/files/patch-solenv::inc::tg_moz.mk17
1 files changed, 17 insertions, 0 deletions
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) $@