summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2.0-devel/files/patch-crashrep+source+unx+makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-2.0-devel/files/patch-crashrep+source+unx+makefile.mk')
-rw-r--r--editors/openoffice.org-2.0-devel/files/patch-crashrep+source+unx+makefile.mk24
1 files changed, 0 insertions, 24 deletions
diff --git a/editors/openoffice.org-2.0-devel/files/patch-crashrep+source+unx+makefile.mk b/editors/openoffice.org-2.0-devel/files/patch-crashrep+source+unx+makefile.mk
deleted file mode 100644
index 3c87525ff42a..000000000000
--- a/editors/openoffice.org-2.0-devel/files/patch-crashrep+source+unx+makefile.mk
+++ /dev/null
@@ -1,24 +0,0 @@
-Issutracker : #i49679#
-CWS : N/A
-Author : NAKATA Maho <maho@openoffice.org> (JCA)
-Description : We don't have -ldl and -lnsl
-
-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