summaryrefslogtreecommitdiff
path: root/editors/Sigil/patches/patch-src_ZipArchive_ZipFile__stl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editors/Sigil/patches/patch-src_ZipArchive_ZipFile__stl.cpp')
-rw-r--r--editors/Sigil/patches/patch-src_ZipArchive_ZipFile__stl.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/editors/Sigil/patches/patch-src_ZipArchive_ZipFile__stl.cpp b/editors/Sigil/patches/patch-src_ZipArchive_ZipFile__stl.cpp
deleted file mode 100644
index 2de5721a535..00000000000
--- a/editors/Sigil/patches/patch-src_ZipArchive_ZipFile__stl.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_ZipArchive_ZipFile__stl.cpp,v 1.3 2012/08/12 02:12:51 marino Exp $
-
-Add DragonFly support.
-
---- src/ZipArchive/ZipFile_stl.cpp.orig 2011-10-14 18:30:33 +0000
-+++ src/ZipArchive/ZipFile_stl.cpp
-@@ -16,7 +16,7 @@
-
- #if (defined _ZIP_IMPL_STL && (!defined _ZIP_FILE_IMPLEMENTATION || _ZIP_FILE_IMPLEMENTATION == ZIP_ZFI_DEFAULT)) || _ZIP_FILE_IMPLEMENTATION == ZIP_ZFI_STL
-
--#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