diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-10-18 22:52:57 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-10-18 22:52:57 +0000 |
commit | a0ccee8b339cbd7d2a5be2f23fa0b2f51d8bbd78 (patch) | |
tree | 1a9632c02a53b6df96425fec98a823006618e1bf /editors/openoffice-2.0-devel/files/patch-setup2::mow::source::loader::makefile.mk | |
parent | First step to make this port working. Configure works and all patches (diff) |
Re-add previously deleted files.
Notes
Notes:
svn path=/head/; revision=68300
Diffstat (limited to 'editors/openoffice-2.0-devel/files/patch-setup2::mow::source::loader::makefile.mk')
-rw-r--r-- | editors/openoffice-2.0-devel/files/patch-setup2::mow::source::loader::makefile.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice-2.0-devel/files/patch-setup2::mow::source::loader::makefile.mk b/editors/openoffice-2.0-devel/files/patch-setup2::mow::source::loader::makefile.mk new file mode 100644 index 000000000000..007c0f69b6f9 --- /dev/null +++ b/editors/openoffice-2.0-devel/files/patch-setup2::mow::source::loader::makefile.mk @@ -0,0 +1,11 @@ +--- ../setup2/mow/source/loader/makefile.mk.orig Sun Mar 3 01:45:18 2002 ++++ ../setup2/mow/source/loader/makefile.mk Sun Mar 3 01:45:22 2002 +@@ -85,7 +85,7 @@ + APP1NOSAL=TRUE + APP1TARGET= $(TARGET) + APP1OBJS= $(OBJFILES) +-APP1STDLIBS= $(SVUNZIPLIB) $(LOADERLIB) ++APP1STDLIBS= $(SVUNZIPLIB) $(LOADERLIB) -lX11 + + .ENDIF # "$(OS)"=="MACOSX" + |