summaryrefslogtreecommitdiff
path: root/editors/Sigil/patches/patch-src_ZipArchive_ZipPlatform__lnx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editors/Sigil/patches/patch-src_ZipArchive_ZipPlatform__lnx.cpp')
-rw-r--r--editors/Sigil/patches/patch-src_ZipArchive_ZipPlatform__lnx.cpp24
1 files changed, 0 insertions, 24 deletions
diff --git a/editors/Sigil/patches/patch-src_ZipArchive_ZipPlatform__lnx.cpp b/editors/Sigil/patches/patch-src_ZipArchive_ZipPlatform__lnx.cpp
deleted file mode 100644
index 4b12e38192a..00000000000
--- a/editors/Sigil/patches/patch-src_ZipArchive_ZipPlatform__lnx.cpp
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD: patch-src_ZipArchive_ZipPlatform__lnx.cpp,v 1.3 2012/08/12 02:12:51 marino Exp $
-
-Add DragonFly support.
-
---- src/ZipArchive/ZipPlatform_lnx.cpp.orig 2011-10-14 18:30:33 +0000
-+++ src/ZipArchive/ZipPlatform_lnx.cpp
-@@ -16,7 +16,7 @@
-
- #ifdef _ZIP_SYSTEM_LINUX
-
--#if defined __APPLE__ || defined __CYGWIN__ || defined __NetBSD__
-+#if defined __APPLE__ || defined __CYGWIN__ || defined __NetBSD__ || defined __DragonFly__
- #define FILE_FUNCTIONS_64B_BY_DEFAULT
- #else
- #undef FILE_FUNCTIONS_64B_BY_DEFAULT
-@@ -34,7 +34,7 @@
-
- #include <sys/types.h>
-
--#if defined (__FreeBSD__) || defined (__APPLE__) || defined (__NetBSD__)
-+#if defined (__FreeBSD__) || defined (__APPLE__) || defined (__NetBSD__) || defined (__DragonFly__)
- #include <sys/param.h>
- #include <sys/mount.h>
- #else