diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2003-03-05 23:24:06 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2003-03-05 23:24:06 +0000 |
commit | eeb175d38d569e3cc778faaa3f27ebe4bdd702df (patch) | |
tree | a094cbc50c2c3d2c487ddd7d879c055855d226e2 /editors/openoffice.org-vcltesttool/files/patch-comphelper+util+makefile.mk | |
parent | af77158501a7d19b0287d59578d2ec2e1d0ee9ee (diff) | |
download | ports-eeb175d38d569e3cc778faaa3f27ebe4bdd702df.tar.gz ports-eeb175d38d569e3cc778faaa3f27ebe4bdd702df.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-vcltesttool/files/patch-comphelper+util+makefile.mk')
-rw-r--r-- | editors/openoffice.org-vcltesttool/files/patch-comphelper+util+makefile.mk | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/editors/openoffice.org-vcltesttool/files/patch-comphelper+util+makefile.mk b/editors/openoffice.org-vcltesttool/files/patch-comphelper+util+makefile.mk index 997719c43dd8..f2d3092c2ddf 100644 --- a/editors/openoffice.org-vcltesttool/files/patch-comphelper+util+makefile.mk +++ b/editors/openoffice.org-vcltesttool/files/patch-comphelper+util+makefile.mk @@ -1,15 +1,15 @@ ---- ../comphelper/util/makefile.mk.orig Tue Feb 19 13:26:37 2002 -+++ ../comphelper/util/makefile.mk Wed Apr 3 00:16:43 2002 -@@ -85,11 +85,11 @@ +--- ../comphelper/util/makefile.mk.orig Fri Feb 14 15:40:49 2003 ++++ ../comphelper/util/makefile.mk Wed Mar 5 20:43:02 2003 +@@ -86,10 +86,10 @@ - SHL1TARGET=$(COMPHLP_TARGET)$(COMPHLP_MAJOR) - SHL1STDLIBS=\ -+ $(SALLIB) \ - $(CPPULIB) \ - $(CPPUHELPERLIB) \ - $(VOSLIB) \ - $(OSLLIB) \ -- $(SALLIB) \ - $(CPPRTLLIB) + SHL1TARGET=$(COMPHLP_TARGET)$(COMPHLP_MAJOR)$(COMID) + SHL1STDLIBS= \ ++ $(SALLIB) \ + $(CPPUHELPERLIB) \ + $(CPPULIB) \ +- $(VOSLIB) \ +- $(SALLIB) ++ $(VOSLIB) - .IF "$(OS)$(CPU)"=="SOLARISS" + SHL1DEPN= + SHL1IMPLIB= i$(COMPHLP_TARGET) |