summaryrefslogtreecommitdiff
path: root/astro/gpsbabel/files/patch-src-core-ziparchive.cc
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
commit9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (patch)
tree9b071a8105704e992946dcd6b801e9fcb7635142 /astro/gpsbabel/files/patch-src-core-ziparchive.cc
parentMooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out, (diff)
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'astro/gpsbabel/files/patch-src-core-ziparchive.cc')
-rw-r--r--astro/gpsbabel/files/patch-src-core-ziparchive.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/astro/gpsbabel/files/patch-src-core-ziparchive.cc b/astro/gpsbabel/files/patch-src-core-ziparchive.cc
deleted file mode 100644
index 283b5a6ddd2e..000000000000
--- a/astro/gpsbabel/files/patch-src-core-ziparchive.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/core/ziparchive.cc.orig
-+++ src/core/ziparchive.cc
-@@ -23,7 +23,7 @@
-
- #include "defs.h"
- #include "src/core/logging.h"
--#include "zlib/contrib/minizip/zip.h"
-+#include <minizip/zip.h>
-
- #include <QtCore/QFile>
- #include <QtCore/QDebug>