diff options
author | mbr <mbr@FreeBSD.org> | 2002-11-01 07:56:26 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-11-01 07:56:26 +0800 |
commit | 2db6f79aa37701cad945be06a2385b1fa33dc905 (patch) | |
tree | c2fe498e7d9302486fb34b7a6a31e6bb53e83f66 /editors/openoffice.org-3-RC | |
parent | e3087ce72ecbcb0771acbfc975e1b4a5d2d6fa9b (diff) | |
download | freebsd-ports-gnome-2db6f79aa37701cad945be06a2385b1fa33dc905.tar.gz freebsd-ports-gnome-2db6f79aa37701cad945be06a2385b1fa33dc905.tar.zst freebsd-ports-gnome-2db6f79aa37701cad945be06a2385b1fa33dc905.zip |
These libs are now needed.
Diffstat (limited to 'editors/openoffice.org-3-RC')
-rw-r--r-- | editors/openoffice.org-3-RC/files/patch-connectivity+source+drivers+mozab+makefile.mk | 20 |
1 files changed, 10 insertions, 10 deletions
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 index f99a49c36067..2b83f2cd2ec7 100644 --- 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 @@ -1,12 +1,12 @@ ---- ../connectivity/source/drivers/mozab/makefile.mk.orig Mon Aug 19 19:23:47 2002 -+++ ../connectivity/source/drivers/mozab/makefile.mk Wed Oct 16 00:01:36 2002 -@@ -167,7 +167,9 @@ - +--- ../connectivity/source/drivers/mozab/makefile.mk.orig Wed Oct 30 20:59:21 2002 ++++ ../connectivity/source/drivers/mozab/makefile.mk Wed Oct 30 20:59:31 2002 +@@ -115,9 +115,7 @@ # --- MOZAB BASE Library ----------------------------------- -+.IF "$(OS)"!="FREEBSD" - SHL2VERSIONMAP= $(TARGET2).map -+.ENDIF - SHL2TARGET= $(TARGET2)$(MOZAB_MAJOR) - SHL2OBJS=$(SLO2FILES) - SHL2STDLIBS=\ + SHL1VERSIONMAP= $(TARGET).map +-.IF "$(OS)"!="FREEBSD" + SHL1TARGET= $(TARGET)$(MOZAB_MAJOR) +-.ENDIF + SHL1OBJS=$(SLOFILES) + SHL1STDLIBS=\ + $(CPPULIB) \ |