diff options
Diffstat (limited to 'editors/openoffice-3/files/patch-stoc::source::tdmanager::makefile.mk')
-rw-r--r-- | editors/openoffice-3/files/patch-stoc::source::tdmanager::makefile.mk | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/editors/openoffice-3/files/patch-stoc::source::tdmanager::makefile.mk b/editors/openoffice-3/files/patch-stoc::source::tdmanager::makefile.mk new file mode 100644 index 000000000000..76403fdde841 --- /dev/null +++ b/editors/openoffice-3/files/patch-stoc::source::tdmanager::makefile.mk @@ -0,0 +1,15 @@ +--- ../stoc/source/tdmanager/makefile.mk.orig Tue Jan 1 14:12:03 2002 ++++ ../stoc/source/tdmanager/makefile.mk +@@ -83,9 +83,10 @@ + SHL1TARGET= $(TARGET) + + SHL1STDLIBS= \ ++ $(SALLIB) \ + $(CPPULIB) \ +- $(CPPUHELPERLIB) \ +- $(SALLIB) ++ $(CPPUHELPERLIB) ++ + SHL1VERSIONMAP=$(TARGET).map + + SHL1DEPN= |