diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-03-03 00:56:13 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-03-03 00:56:13 +0000 |
commit | 1c1cfed19ddbd6c3e0f763d4ad2c779dc6ea3f44 (patch) | |
tree | 0acb6b029c208a67a32b314e61e5458aa1e46cb4 /editors/openoffice.org-2.0-devel/files/patch-setup2::mow::source::loader::makefile.mk | |
parent | Add leocad 0.73, a CAD program that uses bricks similar to those (diff) |
Another 7 patches from Carlos
Notes
Notes:
svn path=/head/; revision=55434
Diffstat (limited to 'editors/openoffice.org-2.0-devel/files/patch-setup2::mow::source::loader::makefile.mk')
-rw-r--r-- | editors/openoffice.org-2.0-devel/files/patch-setup2::mow::source::loader::makefile.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice.org-2.0-devel/files/patch-setup2::mow::source::loader::makefile.mk b/editors/openoffice.org-2.0-devel/files/patch-setup2::mow::source::loader::makefile.mk new file mode 100644 index 000000000000..007c0f69b6f9 --- /dev/null +++ b/editors/openoffice.org-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" + |