summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3/files/patch-crashrep+source+unx+makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-3/files/patch-crashrep+source+unx+makefile.mk')
-rw-r--r--editors/openoffice.org-3/files/patch-crashrep+source+unx+makefile.mk19
1 files changed, 19 insertions, 0 deletions
diff --git a/editors/openoffice.org-3/files/patch-crashrep+source+unx+makefile.mk b/editors/openoffice.org-3/files/patch-crashrep+source+unx+makefile.mk
new file mode 100644
index 000000000000..6cb60786e2e5
--- /dev/null
+++ b/editors/openoffice.org-3/files/patch-crashrep+source+unx+makefile.mk
@@ -0,0 +1,19 @@
+Index: crashrep/source/unx/makefile.mk
+===================================================================
+RCS file: /cvs/porting/crashrep/source/unx/makefile.mk,v
+retrieving revision 1.14
+diff -u -r1.14 makefile.mk
+--- crashrep/source/unx/makefile.mk 8 Mar 2005 16:24:14 -0000 1.14
++++ crashrep/source/unx/makefile.mk 28 Mar 2005 08:11:57 -0000
+@@ -82,7 +82,10 @@
+ APP1TARGET=$(TARGET)
+ APP1OBJS=$(OBJFILES)
+
+-APP1STDLIBS=$(DYNAMIC) -lXext -lX11 -ldl -lnsl
++APP1STDLIBS=$(DYNAMIC) -lXext -lX11
++.IF "$(OS)" != "FREEBSD"
++APP1STDLIBS+=-ldl -lnsl
++.ENDIF
+ .IF "$(OS)" == "SOLARIS"
+ APP1STDLIBS+=-lsocket
+ .ENDIF