aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2-devel/files/patch-soltools+checkdll+makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-2-devel/files/patch-soltools+checkdll+makefile.mk')
-rw-r--r--editors/openoffice.org-2-devel/files/patch-soltools+checkdll+makefile.mk12
1 files changed, 0 insertions, 12 deletions
diff --git a/editors/openoffice.org-2-devel/files/patch-soltools+checkdll+makefile.mk b/editors/openoffice.org-2-devel/files/patch-soltools+checkdll+makefile.mk
deleted file mode 100644
index e6407402258a..000000000000
--- a/editors/openoffice.org-2-devel/files/patch-soltools+checkdll+makefile.mk
+++ /dev/null
@@ -1,12 +0,0 @@
---- ../soltools/checkdll/makefile.mk.orig Tue Mar 11 14:21:02 2003
-+++ ../soltools/checkdll/makefile.mk Tue Mar 11 14:21:30 2003
-@@ -80,7 +80,9 @@
- APP1TARGET = checkdll
- APP1OBJS = $(OBJ)$/checkdll.obj
- DEPOBJFILES = $(APP1OBJS)
-+.IF "$(OS)"!="FREEBSD"
- STDLIB += -ldl
-+.ENDIF
- .IF "$(OS)"=="NETBSD"
- APP1STDLIBS += -Wl,--whole-archive -lgcc -Wl,--no-whole-archive
- .ENDIF