diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-10-21 10:30:41 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-10-21 10:30:41 +0000 |
commit | 1c15e8d1895826aeaf5d55e9547537dabe4f85d6 (patch) | |
tree | 9f6e291da9b41284a24119b9b91ccfc2556fa220 /editors/openoffice.org-1.1-devel | |
parent | 7f126828cc634a8bcbe2cf2e0d001747cfb93564 (diff) | |
download | ports-1c15e8d1895826aeaf5d55e9547537dabe4f85d6.tar.gz ports-1c15e8d1895826aeaf5d55e9547537dabe4f85d6.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-1.1-devel')
-rw-r--r-- | editors/openoffice.org-1.1-devel/files/patch-extensions+source+plugin+unx+makefile.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/editors/openoffice.org-1.1-devel/files/patch-extensions+source+plugin+unx+makefile.mk b/editors/openoffice.org-1.1-devel/files/patch-extensions+source+plugin+unx+makefile.mk new file mode 100644 index 000000000000..61660a715123 --- /dev/null +++ b/editors/openoffice.org-1.1-devel/files/patch-extensions+source+plugin+unx+makefile.mk @@ -0,0 +1,14 @@ +--- ../extensions/source/plugin/unx/makefile.mk.orig Mon Oct 21 08:48:31 2002 ++++ ../extensions/source/plugin/unx/makefile.mk Mon Oct 21 08:48:59 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 |