summaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2002-10-21 10:30:41 +0000
committermbr <mbr@FreeBSD.org>2002-10-21 10:30:41 +0000
commitc88c54f3e0e5946d42ad683a21f405121e3b01fb (patch)
tree6efa423f82c06af0621f342004d722fca4ee6e8e /editors
parent4b468c3e36c841d9dd0847b26363f407a9ca8f33 (diff)
downloadFreeBSD-ports-c88c54f3e0e5946d42ad683a21f405121e3b01fb.zip
FreeBSD-ports-c88c54f3e0e5946d42ad683a21f405121e3b01fb.tar.gz
We do not have -ldl.
Diffstat (limited to 'editors')
-rw-r--r--editors/openoffice-1.1-devel/files/patch-extensions+source+plugin+unx+makefile.mk14
-rw-r--r--editors/openoffice-1.1/files/patch-extensions+source+plugin+unx+makefile.mk14
-rw-r--r--editors/openoffice-2.0-devel/files/patch-extensions+source+plugin+unx+makefile.mk14
-rw-r--r--editors/openoffice-3-devel/files/patch-extensions+source+plugin+unx+makefile.mk14
-rw-r--r--editors/openoffice-3/files/patch-extensions+source+plugin+unx+makefile.mk14
-rw-r--r--editors/openoffice-devel/files/patch-extensions+source+plugin+unx+makefile.mk14
-rw-r--r--editors/openoffice.org-1.1-devel/files/patch-extensions+source+plugin+unx+makefile.mk14
-rw-r--r--editors/openoffice.org-1.1/files/patch-extensions+source+plugin+unx+makefile.mk14
-rw-r--r--editors/openoffice.org-2-RC/files/patch-extensions+source+plugin+unx+makefile.mk14
-rw-r--r--editors/openoffice.org-2-devel/files/patch-extensions+source+plugin+unx+makefile.mk14
-rw-r--r--editors/openoffice.org-2.0-devel/files/patch-extensions+source+plugin+unx+makefile.mk14
-rw-r--r--editors/openoffice.org-2.0/files/patch-extensions+source+plugin+unx+makefile.mk14
-rw-r--r--editors/openoffice.org-2/files/patch-extensions+source+plugin+unx+makefile.mk14
-rw-r--r--editors/openoffice.org-3-RC/files/patch-extensions+source+plugin+unx+makefile.mk14
-rw-r--r--editors/openoffice.org-3-devel/files/patch-extensions+source+plugin+unx+makefile.mk14
-rw-r--r--editors/openoffice.org-3/files/patch-extensions+source+plugin+unx+makefile.mk14
-rw-r--r--editors/openoffice.org-vcltesttool/files/patch-extensions+source+plugin+unx+makefile.mk14
17 files changed, 238 insertions, 0 deletions
diff --git a/editors/openoffice-1.1-devel/files/patch-extensions+source+plugin+unx+makefile.mk b/editors/openoffice-1.1-devel/files/patch-extensions+source+plugin+unx+makefile.mk
new file mode 100644
index 0000000..61660a7
--- /dev/null
+++ b/editors/openoffice-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
diff --git a/editors/openoffice-1.1/files/patch-extensions+source+plugin+unx+makefile.mk b/editors/openoffice-1.1/files/patch-extensions+source+plugin+unx+makefile.mk
new file mode 100644
index 0000000..61660a7
--- /dev/null
+++ b/editors/openoffice-1.1/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
diff --git a/editors/openoffice-2.0-devel/files/patch-extensions+source+plugin+unx+makefile.mk b/editors/openoffice-2.0-devel/files/patch-extensions+source+plugin+unx+makefile.mk
new file mode 100644
index 0000000..61660a7
--- /dev/null
+++ b/editors/openoffice-2.0-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
diff --git a/editors/openoffice-3-devel/files/patch-extensions+source+plugin+unx+makefile.mk b/editors/openoffice-3-devel/files/patch-extensions+source+plugin+unx+makefile.mk
new file mode 100644
index 0000000..61660a7
--- /dev/null
+++ b/editors/openoffice-3-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
diff --git a/editors/openoffice-3/files/patch-extensions+source+plugin+unx+makefile.mk b/editors/openoffice-3/files/patch-extensions+source+plugin+unx+makefile.mk
new file mode 100644
index 0000000..61660a7
--- /dev/null
+++ b/editors/openoffice-3/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
diff --git a/editors/openoffice-devel/files/patch-extensions+source+plugin+unx+makefile.mk b/editors/openoffice-devel/files/patch-extensions+source+plugin+unx+makefile.mk
new file mode 100644
index 0000000..61660a7
--- /dev/null
+++ b/editors/openoffice-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
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 0000000..61660a7
--- /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
diff --git a/editors/openoffice.org-1.1/files/patch-extensions+source+plugin+unx+makefile.mk b/editors/openoffice.org-1.1/files/patch-extensions+source+plugin+unx+makefile.mk
new file mode 100644
index 0000000..61660a7
--- /dev/null
+++ b/editors/openoffice.org-1.1/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
diff --git a/editors/openoffice.org-2-RC/files/patch-extensions+source+plugin+unx+makefile.mk b/editors/openoffice.org-2-RC/files/patch-extensions+source+plugin+unx+makefile.mk
new file mode 100644
index 0000000..61660a7
--- /dev/null
+++ b/editors/openoffice.org-2-RC/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
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 0000000..61660a7
--- /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 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
diff --git a/editors/openoffice.org-2.0-devel/files/patch-extensions+source+plugin+unx+makefile.mk b/editors/openoffice.org-2.0-devel/files/patch-extensions+source+plugin+unx+makefile.mk
new file mode 100644
index 0000000..61660a7
--- /dev/null
+++ b/editors/openoffice.org-2.0-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
diff --git a/editors/openoffice.org-2.0/files/patch-extensions+source+plugin+unx+makefile.mk b/editors/openoffice.org-2.0/files/patch-extensions+source+plugin+unx+makefile.mk
new file mode 100644
index 0000000..61660a7
--- /dev/null
+++ b/editors/openoffice.org-2.0/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
diff --git a/editors/openoffice.org-2/files/patch-extensions+source+plugin+unx+makefile.mk b/editors/openoffice.org-2/files/patch-extensions+source+plugin+unx+makefile.mk
new file mode 100644
index 0000000..61660a7
--- /dev/null
+++ b/editors/openoffice.org-2/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
diff --git a/editors/openoffice.org-3-RC/files/patch-extensions+source+plugin+unx+makefile.mk b/editors/openoffice.org-3-RC/files/patch-extensions+source+plugin+unx+makefile.mk
new file mode 100644
index 0000000..61660a7
--- /dev/null
+++ b/editors/openoffice.org-3-RC/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
diff --git a/editors/openoffice.org-3-devel/files/patch-extensions+source+plugin+unx+makefile.mk b/editors/openoffice.org-3-devel/files/patch-extensions+source+plugin+unx+makefile.mk
new file mode 100644
index 0000000..61660a7
--- /dev/null
+++ b/editors/openoffice.org-3-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
diff --git a/editors/openoffice.org-3/files/patch-extensions+source+plugin+unx+makefile.mk b/editors/openoffice.org-3/files/patch-extensions+source+plugin+unx+makefile.mk
new file mode 100644
index 0000000..61660a7
--- /dev/null
+++ b/editors/openoffice.org-3/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
diff --git a/editors/openoffice.org-vcltesttool/files/patch-extensions+source+plugin+unx+makefile.mk b/editors/openoffice.org-vcltesttool/files/patch-extensions+source+plugin+unx+makefile.mk
new file mode 100644
index 0000000..61660a7
--- /dev/null
+++ b/editors/openoffice.org-vcltesttool/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
OpenPOWER on IntegriCloud