summaryrefslogtreecommitdiff
path: root/editors/openoffice/files
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-03-11 09:26:02 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-03-11 09:26:02 +0000
commitee89ac71b6a514b1baa568cd5a9ae55f7de1d6f7 (patch)
tree41d516bc28ca2d487131a4a33d47d5f207175a87 /editors/openoffice/files
parentUpgrade to the 9-March-2002 GCC 3.1 development snapshot. (diff)
FreeBSD has no -ldl
Notes
Notes: svn path=/head/; revision=55851
Diffstat (limited to 'editors/openoffice/files')
-rw-r--r--editors/openoffice/files/patch-extensions::source::plugin::unx::makefile.mk14
1 files changed, 14 insertions, 0 deletions
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