summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/apvlv/files/apvlv-0.1.5-gcc7.patch')
-rw-r--r--app-text/apvlv/files/apvlv-0.1.5-gcc7.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/app-text/apvlv/files/apvlv-0.1.5-gcc7.patch b/app-text/apvlv/files/apvlv-0.1.5-gcc7.patch
deleted file mode 100644
index e55f2771395a..000000000000
--- a/app-text/apvlv/files/apvlv-0.1.5-gcc7.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- apvlv-0.1.5+dfsg.orig/src/ApvlvCmds.cc
-+++ apvlv-0.1.5+dfsg/src/ApvlvCmds.cc
-@@ -200,7 +200,7 @@ namespace apvlv
-
- if (len >= 4
- && *s == '<'
-- && (e = strchr ((char *) s, '>')) != '\0' && *(s + 2) != '-')
-+ && (e = strchr ((char *) s, '>')) && *(s + 2) != '-')
- {
- e++;
- StringKeyMap::iterator it;
---- apvlv-0.1.5+dfsg.orig/src/ApvlvCore.cc
-+++ apvlv-0.1.5+dfsg/src/ApvlvCore.cc
-@@ -90,7 +90,7 @@ namespace apvlv
- {
- mInuse = use;
-
-- if (mInuse == false && gView->hasloaded (filename (), type ()) == false)
-+ if (mInuse == false && !gView->hasloaded (filename (), type ()))
- {
- debug ("core :%p is not needed, delete it\n", this);
- delete this;