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::unix::exec::makefile.mk | |
parent | Update www/w3m to 0.3. www/w3m-m17n to 0.2.5+20020216. (diff) |
Reorder the SHL1STDLIBS librarys
Notes
Notes:
svn path=/head/; revision=55641
Diffstat (limited to 'editors/openoffice-3/files/patch-shell::source::unix::exec::makefile.mk')
-rw-r--r-- | editors/openoffice-3/files/patch-shell::source::unix::exec::makefile.mk | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/editors/openoffice-3/files/patch-shell::source::unix::exec::makefile.mk b/editors/openoffice-3/files/patch-shell::source::unix::exec::makefile.mk new file mode 100644 index 000000000000..0b7712ee35f8 --- /dev/null +++ b/editors/openoffice-3/files/patch-shell::source::unix::exec::makefile.mk @@ -0,0 +1,16 @@ +--- ../shell/source/unix/exec/makefile.mk.orig Tue Jan 1 14:11:38 2002 ++++ ../shell/source/unix/exec/makefile.mk +@@ -79,9 +79,10 @@ + + SHL1TARGET=$(TARGET) + +-SHL1STDLIBS=$(CPPULIB)\ +- $(CPPUHELPERLIB)\ +- $(SALLIB) ++SHL1STDLIBS=\ ++ $(SALLIB)\ ++ $(CPPULIB)\ ++ $(CPPUHELPERLIB) + + SHL1LIBS= + |