diff options
Diffstat (limited to 'editors/openoffice.org-2/files/patch-dtrans::source::X11::makefile.mk')
-rw-r--r-- | editors/openoffice.org-2/files/patch-dtrans::source::X11::makefile.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/openoffice.org-2/files/patch-dtrans::source::X11::makefile.mk b/editors/openoffice.org-2/files/patch-dtrans::source::X11::makefile.mk new file mode 100644 index 000000000000..fa2c7a4b769c --- /dev/null +++ b/editors/openoffice.org-2/files/patch-dtrans::source::X11::makefile.mk @@ -0,0 +1,12 @@ +--- ../dtrans/source/X11/makefile.mk.orig Sat Mar 2 21:11:32 2002 ++++ ../dtrans/source/X11/makefile.mk Sat Mar 2 21:12:34 2002 +@@ -111,7 +111,8 @@ + APP1STDLIBS=\ + $(CPPULIB) \ + $(CPPUHELPERLIB) \ +- $(SALLIB) ++ $(SALLIB) \ ++ -lX11 + + .ENDIF # "$(OS)"=="MACOSX" + |