diff options
author | mbr <mbr@FreeBSD.org> | 2002-03-07 00:44:13 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-03-07 00:44:13 +0800 |
commit | d2cce7b3b543e4831650ca76b250deb00a09b981 (patch) | |
tree | b8d3e944c1b2f432e9e506bfb6ba7aaa7e6e7b3e /editors/openoffice.org-3 | |
parent | 3538db61ba8346231ad598494074c3cc63583a82 (diff) | |
download | freebsd-ports-gnome-d2cce7b3b543e4831650ca76b250deb00a09b981.tar.gz freebsd-ports-gnome-d2cce7b3b543e4831650ca76b250deb00a09b981.tar.zst freebsd-ports-gnome-d2cce7b3b543e4831650ca76b250deb00a09b981.zip |
Add two patches which did not made it in the previous commit
Reorder the SHL1STDLIBS librarys
Diffstat (limited to 'editors/openoffice.org-3')
3 files changed, 44 insertions, 0 deletions
diff --git a/editors/openoffice.org-3/files/patch-connectivity::source::manager::makefile.mk b/editors/openoffice.org-3/files/patch-connectivity::source::manager::makefile.mk new file mode 100644 index 000000000000..497370af0fd1 --- /dev/null +++ b/editors/openoffice.org-3/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.org-3/files/patch-remotebridges+source+unourl_resolver+makefile.mk b/editors/openoffice.org-3/files/patch-remotebridges+source+unourl_resolver+makefile.mk new file mode 100644 index 000000000000..72e5a97234f4 --- /dev/null +++ b/editors/openoffice.org-3/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.org-3/files/patch-remotebridges::source::unourl_resolver::makefile.mk b/editors/openoffice.org-3/files/patch-remotebridges::source::unourl_resolver::makefile.mk new file mode 100644 index 000000000000..72e5a97234f4 --- /dev/null +++ b/editors/openoffice.org-3/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) |