diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-03-06 16:44:13 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-03-06 16:44:13 +0000 |
commit | 46efc15b9eb23146a31aeb205abb42099ada0860 (patch) | |
tree | c465db0a0ebe7f98d568960c067def24389fea7a /editors/openoffice | |
parent | 1ff4042d1c197d130d99819461069e4241c96c7f (diff) | |
download | ports-46efc15b9eb23146a31aeb205abb42099ada0860.tar.gz ports-46efc15b9eb23146a31aeb205abb42099ada0860.zip |
Notes
Diffstat (limited to 'editors/openoffice')
3 files changed, 44 insertions, 0 deletions
diff --git a/editors/openoffice/files/patch-connectivity::source::manager::makefile.mk b/editors/openoffice/files/patch-connectivity::source::manager::makefile.mk new file mode 100644 index 000000000000..497370af0fd1 --- /dev/null +++ b/editors/openoffice/files/patch-connectivity::source::manager::makefile.mk @@ -0,0 +1,16 @@ +--- ../connectivity/source/manager/makefile.mk.orig Tue Jan 1 14:09:00 2002 ++++ ../connectivity/source/manager/makefile.mk +@@ -92,11 +92,11 @@ + .ENDIF + SHL1OBJS=$(SLOFILES) + SHL1STDLIBS=\ ++ $(SALLIB) \ + $(CPPULIB) \ + $(CPPUHELPERLIB) \ + $(VOSLIB) \ +- $(OSLLIB) \ +- $(SALLIB) ++ $(OSLLIB) + + SHL1DEPN= + SHL1IMPLIB= i$(SHL1TARGET) diff --git a/editors/openoffice/files/patch-remotebridges+source+unourl_resolver+makefile.mk b/editors/openoffice/files/patch-remotebridges+source+unourl_resolver+makefile.mk new file mode 100644 index 000000000000..72e5a97234f4 --- /dev/null +++ b/editors/openoffice/files/patch-remotebridges+source+unourl_resolver+makefile.mk @@ -0,0 +1,14 @@ +--- ../remotebridges/source/unourl_resolver/makefile.mk.orig Tue Jan 1 14:11:01 2002 ++++ ../remotebridges/source/unourl_resolver/makefile.mk +@@ -102,9 +102,9 @@ + SHL1VERSIONMAP= $(TARGET).map + + SHL1STDLIBS= \ ++ $(SALLIB) \ + $(CPPULIB) \ +- $(CPPUHELPERLIB) \ +- $(SALLIB) ++ $(CPPUHELPERLIB) + + SHL1DEPN= + SHL1IMPLIB= i$(TARGET) diff --git a/editors/openoffice/files/patch-remotebridges::source::unourl_resolver::makefile.mk b/editors/openoffice/files/patch-remotebridges::source::unourl_resolver::makefile.mk new file mode 100644 index 000000000000..72e5a97234f4 --- /dev/null +++ b/editors/openoffice/files/patch-remotebridges::source::unourl_resolver::makefile.mk @@ -0,0 +1,14 @@ +--- ../remotebridges/source/unourl_resolver/makefile.mk.orig Tue Jan 1 14:11:01 2002 ++++ ../remotebridges/source/unourl_resolver/makefile.mk +@@ -102,9 +102,9 @@ + SHL1VERSIONMAP= $(TARGET).map + + SHL1STDLIBS= \ ++ $(SALLIB) \ + $(CPPULIB) \ +- $(CPPUHELPERLIB) \ +- $(SALLIB) ++ $(CPPUHELPERLIB) + + SHL1DEPN= + SHL1IMPLIB= i$(TARGET) |