diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-03-06 16:41:21 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-03-06 16:41:21 +0000 |
commit | 1ff4042d1c197d130d99819461069e4241c96c7f (patch) | |
tree | 4900fcf6c97b84913ca8d8df4e15c53085dbc211 /editors/openoffice-3/files/patch-shell::source::cmdmail::makefile.mk | |
parent | 8f4a5dd1d1bd8c4061580dc112b5c1357f4fc473 (diff) |
Notes
Diffstat (limited to 'editors/openoffice-3/files/patch-shell::source::cmdmail::makefile.mk')
-rw-r--r-- | editors/openoffice-3/files/patch-shell::source::cmdmail::makefile.mk | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/editors/openoffice-3/files/patch-shell::source::cmdmail::makefile.mk b/editors/openoffice-3/files/patch-shell::source::cmdmail::makefile.mk new file mode 100644 index 000000000000..0476285c802e --- /dev/null +++ b/editors/openoffice-3/files/patch-shell::source::cmdmail::makefile.mk @@ -0,0 +1,16 @@ +--- ../shell/source/cmdmail/makefile.mk.orig Tue Jan 1 14:11:38 2002 ++++ ../shell/source/cmdmail/makefile.mk +@@ -81,9 +81,10 @@ + + SHL1TARGET=$(TARGET) + +-SHL1STDLIBS=$(CPPULIB)\ +- $(CPPUHELPERLIB)\ +- $(SALLIB) ++SHL1STDLIBS=\ ++ $(SALLIB)\ ++ $(CPPULIB)\ ++ $(CPPUHELPERLIB) + + SHL1LIBS= + |