diff options
author | mbr <mbr@FreeBSD.org> | 2002-03-11 17:26:02 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-03-11 17:26:02 +0800 |
commit | 2318fe4761d8d7f5fef144638af2afa9e5273f64 (patch) | |
tree | 9ead98d39dee6e9dccd14d14873e01d3ee39c81e /editors/openoffice.org-2-devel | |
parent | d504366865419410aa6ec0a0fbb6e89b60edf808 (diff) | |
download | freebsd-ports-gnome-2318fe4761d8d7f5fef144638af2afa9e5273f64.tar.gz freebsd-ports-gnome-2318fe4761d8d7f5fef144638af2afa9e5273f64.tar.zst freebsd-ports-gnome-2318fe4761d8d7f5fef144638af2afa9e5273f64.zip |
FreeBSD has no -ldl
Diffstat (limited to 'editors/openoffice.org-2-devel')
-rw-r--r-- | editors/openoffice.org-2-devel/files/patch-extensions::source::plugin::unx::makefile.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/editors/openoffice.org-2-devel/files/patch-extensions::source::plugin::unx::makefile.mk b/editors/openoffice.org-2-devel/files/patch-extensions::source::plugin::unx::makefile.mk new file mode 100644 index 000000000000..4535235d6bec --- /dev/null +++ b/editors/openoffice.org-2-devel/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 |