From 2f60a7bfc4715014c42d67985f77c26158e97c3c Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Sat, 2 Mar 2002 20:27:00 +0000 Subject: Add patches recieved from Carlos Fernando Assis Paniago More will follow --- .../files/patch-configmgr::util::makefile.mk | 11 +++++++++++ .../patch-connectivity+source+drivers+mozab+makefile.mk | 12 ++++++++++++ ...-connectivity+source+drivers+mozaddressbook+makefile.mk | 12 ++++++++++++ ...atch-connectivity::source::drivers::adabas::makefile.mk | 14 ++++++++++++++ .../patch-connectivity::source::drivers::calc::makefile.mk | 11 +++++++++++ ...patch-connectivity::source::drivers::dbase::makefile.mk | 11 +++++++++++ .../patch-connectivity::source::drivers::file::makefile.mk | 11 +++++++++++ .../patch-connectivity::source::drivers::flat::makefile.mk | 11 +++++++++++ .../patch-connectivity::source::drivers::jdbc::makefile.mk | 11 +++++++++++ ...patch-connectivity::source::drivers::mozab::makefile.mk | 12 ++++++++++++ ...nectivity::source::drivers::mozaddressbook::makefile.mk | 12 ++++++++++++ .../files/patch-connectivity::source::parse::makefile.mk | 14 ++++++++++++++ .../files/patch-cppu::util::makefile.mk | 12 ++++++++++++ .../files/patch-cppuhelper+source+makefile.mk | 11 +++++++++++ .../files/patch-cppuhelper::source::makefile.mk | 11 +++++++++++ .../files/patch-dtrans+source+X11+makefile.mk | 12 ++++++++++++ .../files/patch-dtrans::source::X11::makefile.mk | 12 ++++++++++++ .../files/patch-idlc::source::makefile.mk | 13 +++++++++++++ .../files/patch-inet::util::makefile.mk | 11 +++++++++++ .../files/patch-mozaddressbook::makefile.mk | 12 ++++++++++++ 20 files changed, 236 insertions(+) create mode 100644 editors/openoffice.org-3-RC/files/patch-configmgr::util::makefile.mk create mode 100644 editors/openoffice.org-3-RC/files/patch-connectivity+source+drivers+mozab+makefile.mk create mode 100644 editors/openoffice.org-3-RC/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk create mode 100644 editors/openoffice.org-3-RC/files/patch-connectivity::source::drivers::adabas::makefile.mk create mode 100644 editors/openoffice.org-3-RC/files/patch-connectivity::source::drivers::calc::makefile.mk create mode 100644 editors/openoffice.org-3-RC/files/patch-connectivity::source::drivers::dbase::makefile.mk create mode 100644 editors/openoffice.org-3-RC/files/patch-connectivity::source::drivers::file::makefile.mk create mode 100644 editors/openoffice.org-3-RC/files/patch-connectivity::source::drivers::flat::makefile.mk create mode 100644 editors/openoffice.org-3-RC/files/patch-connectivity::source::drivers::jdbc::makefile.mk create mode 100644 editors/openoffice.org-3-RC/files/patch-connectivity::source::drivers::mozab::makefile.mk create mode 100644 editors/openoffice.org-3-RC/files/patch-connectivity::source::drivers::mozaddressbook::makefile.mk create mode 100644 editors/openoffice.org-3-RC/files/patch-connectivity::source::parse::makefile.mk create mode 100644 editors/openoffice.org-3-RC/files/patch-cppu::util::makefile.mk create mode 100644 editors/openoffice.org-3-RC/files/patch-cppuhelper+source+makefile.mk create mode 100644 editors/openoffice.org-3-RC/files/patch-cppuhelper::source::makefile.mk create mode 100644 editors/openoffice.org-3-RC/files/patch-dtrans+source+X11+makefile.mk create mode 100644 editors/openoffice.org-3-RC/files/patch-dtrans::source::X11::makefile.mk create mode 100644 editors/openoffice.org-3-RC/files/patch-idlc::source::makefile.mk create mode 100644 editors/openoffice.org-3-RC/files/patch-inet::util::makefile.mk create mode 100644 editors/openoffice.org-3-RC/files/patch-mozaddressbook::makefile.mk (limited to 'editors/openoffice.org-3-RC/files') diff --git a/editors/openoffice.org-3-RC/files/patch-configmgr::util::makefile.mk b/editors/openoffice.org-3-RC/files/patch-configmgr::util::makefile.mk new file mode 100644 index 000000000000..b0738b38b234 --- /dev/null +++ b/editors/openoffice.org-3-RC/files/patch-configmgr::util::makefile.mk @@ -0,0 +1,11 @@ +--- ../configmgr/util/makefile.mk.orig Sat Mar 2 20:36:09 2002 ++++ ../configmgr/util/makefile.mk Sat Mar 2 20:36:24 2002 +@@ -73,7 +73,7 @@ + # --- Library ----------------------------------- + + SHL1TARGET= $(CFGMGR_TARGET)$(CFGMGR_MAJOR) +-.IF "$(OS)"=="MACOSX" ++.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" + #SHL1VERSIONMAP= $(TARGET).$(DLLPOSTFIX).map + .ELSE + SHL1VERSIONMAP= $(TARGET).map diff --git a/editors/openoffice.org-3-RC/files/patch-connectivity+source+drivers+mozab+makefile.mk b/editors/openoffice.org-3-RC/files/patch-connectivity+source+drivers+mozab+makefile.mk new file mode 100644 index 000000000000..b449e2a5f23b --- /dev/null +++ b/editors/openoffice.org-3-RC/files/patch-connectivity+source+drivers+mozab+makefile.mk @@ -0,0 +1,12 @@ +--- ../connectivity/source/drivers/mozab/makefile.mk.orig Sat Mar 2 20:56:52 2002 ++++ ../connectivity/source/drivers/mozab/makefile.mk Sat Mar 2 20:57:22 2002 +@@ -107,7 +107,9 @@ + + # --- MOZAB BASE Library ----------------------------------- + ++.IF "$(OS)"!="FREEBSD" + SHL1VERSIONMAP= $(TARGET).map ++.ENDIF + SHL1TARGET= $(MOZAB_TARGET)$(MOZAB_MAJOR) + SHL1OBJS=$(SLOFILES) + SHL1STDLIBS=\ diff --git a/editors/openoffice.org-3-RC/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk b/editors/openoffice.org-3-RC/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk new file mode 100644 index 000000000000..3a34e92f0e55 --- /dev/null +++ b/editors/openoffice.org-3-RC/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk @@ -0,0 +1,12 @@ +--- ../connectivity/source/drivers/mozaddressbook/makefile.mk.orig Sat Mar 2 20:58:59 2002 ++++ ../connectivity/source/drivers/mozaddressbook/makefile.mk Sat Mar 2 20:59:41 2002 +@@ -134,7 +134,9 @@ + SLOFILES+=$(SLO)$/staticmbmozab.obj + .ENDIF + ++.IF "$(OS)"!="FREEBSD" + SHL1VERSIONMAP= $(TARGET).map ++.ENDIF + # --- Library ----------------------------------- + + SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) diff --git a/editors/openoffice.org-3-RC/files/patch-connectivity::source::drivers::adabas::makefile.mk b/editors/openoffice.org-3-RC/files/patch-connectivity::source::drivers::adabas::makefile.mk new file mode 100644 index 000000000000..8b3073598ac7 --- /dev/null +++ b/editors/openoffice.org-3-RC/files/patch-connectivity::source::drivers::adabas::makefile.mk @@ -0,0 +1,14 @@ +--- ../connectivity/source/drivers/adabas/makefile.mk.orig Sat Mar 2 20:39:00 2002 ++++ ../connectivity/source/drivers/adabas/makefile.mk Sat Mar 2 20:38:16 2002 +@@ -104,9 +104,9 @@ + $(SLO)$/BResultSetMetaData.obj \ + $(SLO)$/BResultSet.obj + +-.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + #SHL1VERSIONMAP=$(ADABAS_TARGET).$(DLLPOSTFIX).map +-.ELSE ++.ELSE + SHL1VERSIONMAP=$(ADABAS_TARGET).map + .ENDIF + diff --git a/editors/openoffice.org-3-RC/files/patch-connectivity::source::drivers::calc::makefile.mk b/editors/openoffice.org-3-RC/files/patch-connectivity::source::drivers::calc::makefile.mk new file mode 100644 index 000000000000..9141439c02cb --- /dev/null +++ b/editors/openoffice.org-3-RC/files/patch-connectivity::source::drivers::calc::makefile.mk @@ -0,0 +1,11 @@ +--- ../connectivity/source/drivers/calc/makefile.mk.orig Sat Mar 2 20:42:07 2002 ++++ ../connectivity/source/drivers/calc/makefile.mk Sat Mar 2 20:41:59 2002 +@@ -91,7 +91,7 @@ + $(SLO)$/Cservices.obj \ + $(SLO)$/CDriver.obj + +-.IF "$(OS)"!="MACOSX" ++.IF "$(OS)"!="MACOSX" || "$(OS)"!="FREEBSD" + SHL1VERSIONMAP= $(TARGET).map + .ENDIF + # --- Library ----------------------------------- diff --git a/editors/openoffice.org-3-RC/files/patch-connectivity::source::drivers::dbase::makefile.mk b/editors/openoffice.org-3-RC/files/patch-connectivity::source::drivers::dbase::makefile.mk new file mode 100644 index 000000000000..74b9c46489ac --- /dev/null +++ b/editors/openoffice.org-3-RC/files/patch-connectivity::source::drivers::dbase::makefile.mk @@ -0,0 +1,11 @@ +--- ../connectivity/source/drivers/dbase/makefile.mk.orig Sat Mar 2 20:45:45 2002 ++++ ../connectivity/source/drivers/dbase/makefile.mk Sat Mar 2 20:45:27 2002 +@@ -117,7 +117,7 @@ + $(SLO)$/DDriver.obj + + +-.IF "$(OS)"=="MACOSX" ++.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" + #SHL1VERSIONMAP=$(TARGET).$(DLLPOSTFIX).map + .ELSE + SHL1VERSIONMAP=$(TARGET).map diff --git a/editors/openoffice.org-3-RC/files/patch-connectivity::source::drivers::file::makefile.mk b/editors/openoffice.org-3-RC/files/patch-connectivity::source::drivers::file::makefile.mk new file mode 100644 index 000000000000..3bf23f9b6a5d --- /dev/null +++ b/editors/openoffice.org-3-RC/files/patch-connectivity::source::drivers::file::makefile.mk @@ -0,0 +1,11 @@ +--- ../connectivity/source/drivers/file/makefile.mk.orig Sat Mar 2 20:47:37 2002 ++++ ../connectivity/source/drivers/file/makefile.mk Sat Mar 2 20:48:04 2002 +@@ -112,7 +112,7 @@ + $(SLO)$/fanalyzer.obj \ + $(SLO)$/fcomp.obj + +-.IF "$(OS)"=="MACOSX" ++.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" + #SHL1VERSIONMAP=$(TARGET).$(DLLPOSTFIX).map + .ELSE + #SHL1VERSIONMAP=$(TARGET).map diff --git a/editors/openoffice.org-3-RC/files/patch-connectivity::source::drivers::flat::makefile.mk b/editors/openoffice.org-3-RC/files/patch-connectivity::source::drivers::flat::makefile.mk new file mode 100644 index 000000000000..bbabd50cc0f1 --- /dev/null +++ b/editors/openoffice.org-3-RC/files/patch-connectivity::source::drivers::flat::makefile.mk @@ -0,0 +1,11 @@ +--- ../connectivity/source/drivers/flat/makefile.mk.orig Sat Mar 2 20:51:31 2002 ++++ ../connectivity/source/drivers/flat/makefile.mk Sat Mar 2 20:51:56 2002 +@@ -104,7 +104,7 @@ + $(SLO)$/EDriver.obj + + +-.IF "$(OS)"=="MACOSX" ++.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" + #SHL1VERSIONMAP=$(TARGET).$(DLLPOSTFIX).map + .ELSE + SHL1VERSIONMAP=$(TARGET).map diff --git a/editors/openoffice.org-3-RC/files/patch-connectivity::source::drivers::jdbc::makefile.mk b/editors/openoffice.org-3-RC/files/patch-connectivity::source::drivers::jdbc::makefile.mk new file mode 100644 index 000000000000..397cc6777421 --- /dev/null +++ b/editors/openoffice.org-3-RC/files/patch-connectivity::source::drivers::jdbc::makefile.mk @@ -0,0 +1,11 @@ +--- ../connectivity/source/drivers/jdbc/makefile.mk.orig Sat Mar 2 20:54:27 2002 ++++ ../connectivity/source/drivers/jdbc/makefile.mk Sat Mar 2 20:54:52 2002 +@@ -111,7 +111,7 @@ + $(SLO)$/tools.obj + + +-.IF "$(OS)"=="MACOSX" ++.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" + #SHL1VERSIONMAP=$(JDBC_TARGET).$(DLLPOSTFIX).map + .ELSE + SHL1VERSIONMAP=$(JDBC_TARGET).map diff --git a/editors/openoffice.org-3-RC/files/patch-connectivity::source::drivers::mozab::makefile.mk b/editors/openoffice.org-3-RC/files/patch-connectivity::source::drivers::mozab::makefile.mk new file mode 100644 index 000000000000..b449e2a5f23b --- /dev/null +++ b/editors/openoffice.org-3-RC/files/patch-connectivity::source::drivers::mozab::makefile.mk @@ -0,0 +1,12 @@ +--- ../connectivity/source/drivers/mozab/makefile.mk.orig Sat Mar 2 20:56:52 2002 ++++ ../connectivity/source/drivers/mozab/makefile.mk Sat Mar 2 20:57:22 2002 +@@ -107,7 +107,9 @@ + + # --- MOZAB BASE Library ----------------------------------- + ++.IF "$(OS)"!="FREEBSD" + SHL1VERSIONMAP= $(TARGET).map ++.ENDIF + SHL1TARGET= $(MOZAB_TARGET)$(MOZAB_MAJOR) + SHL1OBJS=$(SLOFILES) + SHL1STDLIBS=\ diff --git a/editors/openoffice.org-3-RC/files/patch-connectivity::source::drivers::mozaddressbook::makefile.mk b/editors/openoffice.org-3-RC/files/patch-connectivity::source::drivers::mozaddressbook::makefile.mk new file mode 100644 index 000000000000..3a34e92f0e55 --- /dev/null +++ b/editors/openoffice.org-3-RC/files/patch-connectivity::source::drivers::mozaddressbook::makefile.mk @@ -0,0 +1,12 @@ +--- ../connectivity/source/drivers/mozaddressbook/makefile.mk.orig Sat Mar 2 20:58:59 2002 ++++ ../connectivity/source/drivers/mozaddressbook/makefile.mk Sat Mar 2 20:59:41 2002 +@@ -134,7 +134,9 @@ + SLOFILES+=$(SLO)$/staticmbmozab.obj + .ENDIF + ++.IF "$(OS)"!="FREEBSD" + SHL1VERSIONMAP= $(TARGET).map ++.ENDIF + # --- Library ----------------------------------- + + SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) diff --git a/editors/openoffice.org-3-RC/files/patch-connectivity::source::parse::makefile.mk b/editors/openoffice.org-3-RC/files/patch-connectivity::source::parse::makefile.mk new file mode 100644 index 000000000000..96260511753d --- /dev/null +++ b/editors/openoffice.org-3-RC/files/patch-connectivity::source::parse::makefile.mk @@ -0,0 +1,14 @@ +--- ../connectivity/source/parse/makefile.mk.orig Sat Mar 2 21:01:23 2002 ++++ ../connectivity/source/parse/makefile.mk Sat Mar 2 21:03:09 2002 +@@ -97,7 +97,11 @@ + $(MISC)$/sqlbison.cxx: sqlbison.y + +bison -v -d -pSQLyy -l -bsql -o$(MISC)$/sqlbison.cxx sqlbison.y + -$(MKDIR) $(OUT)$/inc$/connectivity ++.IF "$(OS)"=="FREEBSD" || "$(OS)"=="NETBSD" ++ +$(COPY) $(MISC)$/sqlbison.hxx $(OUT)$/inc$/connectivity$/sqlbison.hxx ++.ELSE + +$(COPY) $(MISC)$/sqlbison.cxx.h $(OUT)$/inc$/connectivity$/sqlbison.hxx ++.ENDIF + + $(SLO)$/sqlbison.obj : $(MISC)$/sqlbison.cxx + diff --git a/editors/openoffice.org-3-RC/files/patch-cppu::util::makefile.mk b/editors/openoffice.org-3-RC/files/patch-cppu::util::makefile.mk new file mode 100644 index 000000000000..3b98552a36c6 --- /dev/null +++ b/editors/openoffice.org-3-RC/files/patch-cppu::util::makefile.mk @@ -0,0 +1,12 @@ +--- ../cppu/util/makefile.mk.orig Sat Mar 2 21:05:22 2002 ++++ ../cppu/util/makefile.mk Sat Mar 2 21:05:43 2002 +@@ -87,7 +87,9 @@ + SHL1IMPLIB= i$(TARGET) + SHL1DEF= $(MISC)$/$(SHL1TARGET).def + ++.IF "$(OS)"!="FREEBSD" + SHL1VERSIONMAP= $(TARGET).map ++.ENDIF + + DEF1NAME= $(SHL1TARGET) + #DEF1EXPORTFILE= exports.dxp diff --git a/editors/openoffice.org-3-RC/files/patch-cppuhelper+source+makefile.mk b/editors/openoffice.org-3-RC/files/patch-cppuhelper+source+makefile.mk new file mode 100644 index 000000000000..926945ed7126 --- /dev/null +++ b/editors/openoffice.org-3-RC/files/patch-cppuhelper+source+makefile.mk @@ -0,0 +1,11 @@ +--- ../cppuhelper/source/makefile.mk.orig Sat Mar 2 21:08:19 2002 ++++ ../cppuhelper/source/makefile.mk Sat Mar 2 21:08:08 2002 +@@ -174,6 +174,8 @@ + SHL1VERSIONMAP=cc5_solaris_sparc.map + .ELIF "$(OS)$(CPU)$(COM)"=="LINUXIGCC" + SHL1VERSIONMAP=gcc2_linux_intel.map ++.ELIF "$(OS)$(CPU)"=="FREEBSDI" ++#SHL1VERSIONMAP=gcc2_freebsd_intel.map + .ENDIF + + # --- Targets ------------------------------------------------------ diff --git a/editors/openoffice.org-3-RC/files/patch-cppuhelper::source::makefile.mk b/editors/openoffice.org-3-RC/files/patch-cppuhelper::source::makefile.mk new file mode 100644 index 000000000000..926945ed7126 --- /dev/null +++ b/editors/openoffice.org-3-RC/files/patch-cppuhelper::source::makefile.mk @@ -0,0 +1,11 @@ +--- ../cppuhelper/source/makefile.mk.orig Sat Mar 2 21:08:19 2002 ++++ ../cppuhelper/source/makefile.mk Sat Mar 2 21:08:08 2002 +@@ -174,6 +174,8 @@ + SHL1VERSIONMAP=cc5_solaris_sparc.map + .ELIF "$(OS)$(CPU)$(COM)"=="LINUXIGCC" + SHL1VERSIONMAP=gcc2_linux_intel.map ++.ELIF "$(OS)$(CPU)"=="FREEBSDI" ++#SHL1VERSIONMAP=gcc2_freebsd_intel.map + .ENDIF + + # --- Targets ------------------------------------------------------ diff --git a/editors/openoffice.org-3-RC/files/patch-dtrans+source+X11+makefile.mk b/editors/openoffice.org-3-RC/files/patch-dtrans+source+X11+makefile.mk new file mode 100644 index 000000000000..fa2c7a4b769c --- /dev/null +++ b/editors/openoffice.org-3-RC/files/patch-dtrans+source+X11+makefile.mk @@ -0,0 +1,12 @@ +--- ../dtrans/source/X11/makefile.mk.orig Sat Mar 2 21:11:32 2002 ++++ ../dtrans/source/X11/makefile.mk Sat Mar 2 21:12:34 2002 +@@ -111,7 +111,8 @@ + APP1STDLIBS=\ + $(CPPULIB) \ + $(CPPUHELPERLIB) \ +- $(SALLIB) ++ $(SALLIB) \ ++ -lX11 + + .ENDIF # "$(OS)"=="MACOSX" + diff --git a/editors/openoffice.org-3-RC/files/patch-dtrans::source::X11::makefile.mk b/editors/openoffice.org-3-RC/files/patch-dtrans::source::X11::makefile.mk new file mode 100644 index 000000000000..fa2c7a4b769c --- /dev/null +++ b/editors/openoffice.org-3-RC/files/patch-dtrans::source::X11::makefile.mk @@ -0,0 +1,12 @@ +--- ../dtrans/source/X11/makefile.mk.orig Sat Mar 2 21:11:32 2002 ++++ ../dtrans/source/X11/makefile.mk Sat Mar 2 21:12:34 2002 +@@ -111,7 +111,8 @@ + APP1STDLIBS=\ + $(CPPULIB) \ + $(CPPUHELPERLIB) \ +- $(SALLIB) ++ $(SALLIB) \ ++ -lX11 + + .ENDIF # "$(OS)"=="MACOSX" + diff --git a/editors/openoffice.org-3-RC/files/patch-idlc::source::makefile.mk b/editors/openoffice.org-3-RC/files/patch-idlc::source::makefile.mk new file mode 100644 index 000000000000..9b02a6f4fc18 --- /dev/null +++ b/editors/openoffice.org-3-RC/files/patch-idlc::source::makefile.mk @@ -0,0 +1,13 @@ +--- ../idlc/source/makefile.mk.orig Sat Mar 2 21:14:55 2002 ++++ ../idlc/source/makefile.mk Sat Mar 2 21:15:43 2002 +@@ -148,6 +148,10 @@ + + $(MISC)$/parser.cxx: parser.yy + +bison -v -d -o$(MISC)$/parser.cxx parser.yy ++.IF "$(OS)"=="FREEBSD" ++ +$(COPY) $(MISC)$/parser.hxx $(OUT)$/inc$/parser.h ++.ELSE + +$(COPY) $(MISC)$/parser.cxx.h $(OUT)$/inc$/parser.h ++.ENDIF + # with line statements (for debugging) + # +bison -v -d -o$(MISC)$/parser.cxx parser.yy diff --git a/editors/openoffice.org-3-RC/files/patch-inet::util::makefile.mk b/editors/openoffice.org-3-RC/files/patch-inet::util::makefile.mk new file mode 100644 index 000000000000..cbbeb2e86e5e --- /dev/null +++ b/editors/openoffice.org-3-RC/files/patch-inet::util::makefile.mk @@ -0,0 +1,11 @@ +--- ../util/makefile.mk.orig Sat Mar 2 21:17:20 2002 ++++ ../inet/util/makefile.mk Sat Mar 2 21:17:42 2002 +@@ -116,7 +116,7 @@ + + SHL1TARGET= $(TARGET)$(UPD)$(DLLPOSTFIX) + SHL1IMPLIB= $(TARGET) +-.IF "$(OS)"=="MACOSX" ++.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" + #SHL1VERSIONMAP= $(TARGET).$(DLLPOSTFIX).map + .ELSE + SHL1VERSIONMAP= $(TARGET).map diff --git a/editors/openoffice.org-3-RC/files/patch-mozaddressbook::makefile.mk b/editors/openoffice.org-3-RC/files/patch-mozaddressbook::makefile.mk new file mode 100644 index 000000000000..3a34e92f0e55 --- /dev/null +++ b/editors/openoffice.org-3-RC/files/patch-mozaddressbook::makefile.mk @@ -0,0 +1,12 @@ +--- ../connectivity/source/drivers/mozaddressbook/makefile.mk.orig Sat Mar 2 20:58:59 2002 ++++ ../connectivity/source/drivers/mozaddressbook/makefile.mk Sat Mar 2 20:59:41 2002 +@@ -134,7 +134,9 @@ + SLOFILES+=$(SLO)$/staticmbmozab.obj + .ENDIF + ++.IF "$(OS)"!="FREEBSD" + SHL1VERSIONMAP= $(TARGET).map ++.ENDIF + # --- Library ----------------------------------- + + SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) -- cgit v1.2.3