From ee89ac71b6a514b1baa568cd5a9ae55f7de1d6f7 Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Mon, 11 Mar 2002 09:26:02 +0000 Subject: FreeBSD has no -ldl --- .../patch-extensions::source::plugin::unx::makefile.mk | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 editors/openoffice/files/patch-extensions::source::plugin::unx::makefile.mk (limited to 'editors/openoffice/files') diff --git a/editors/openoffice/files/patch-extensions::source::plugin::unx::makefile.mk b/editors/openoffice/files/patch-extensions::source::plugin::unx::makefile.mk new file mode 100644 index 000000000000..4535235d6bec --- /dev/null +++ b/editors/openoffice/files/patch-extensions::source::plugin::unx::makefile.mk @@ -0,0 +1,14 @@ +--- ../extensions/source/plugin/unx/makefile.mk.orig Mon Mar 11 01:34:07 2002 ++++ ../extensions/source/plugin/unx/makefile.mk Mon Mar 11 10:21:01 2002 +@@ -91,7 +91,11 @@ + .IF "$(OS)"=="SOLARIS" || "$(OS)"=="SCO" || "$(OS)"=="HPUX" + APP1STDLIBS+=-lXm -lXt -lX11 -ldl + .ELSE ++IF "$(OS)"=="FREEBSD" ++APP1STDLIBS+=-lXaw -lXt -lX11 ++.ELSE + APP1STDLIBS+=-lXaw -lXt -lX11 -ldl ++.ENDIF + .ENDIF + + APP1DEF= $(MISC)$/$(TARGET).def -- cgit v1.2.3