diff options
author | mbr <mbr@FreeBSD.org> | 2002-07-22 07:02:40 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-07-22 07:02:40 +0800 |
commit | 7f2868db239bb2b3241edfd15cfa56a1257d9eda (patch) | |
tree | 440225de63f16f3fb03271712581a021dd79c2b7 /editors/openoffice.org-2.0-devel | |
parent | 1b55ff63d118e3b3bc0c543c2fd090bf0f749ea0 (diff) | |
download | freebsd-ports-gnome-7f2868db239bb2b3241edfd15cfa56a1257d9eda.tar.gz freebsd-ports-gnome-7f2868db239bb2b3241edfd15cfa56a1257d9eda.tar.zst freebsd-ports-gnome-7f2868db239bb2b3241edfd15cfa56a1257d9eda.zip |
Set FreeBSD and NetBSD config for mozilla.
Diffstat (limited to 'editors/openoffice.org-2.0-devel')
-rw-r--r-- | editors/openoffice.org-2.0-devel/files/patch-solenv+inc+tg_moz.mk | 17 |
1 files changed, 17 insertions, 0 deletions
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) $@ |