summaryrefslogtreecommitdiff
path: root/app-text/wv2/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-text/wv2/files
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-text/wv2/files')
-rw-r--r--app-text/wv2/files/wv2-0.4.2-glib.patch12
-rw-r--r--app-text/wv2/files/wv2-0.4.2-libgsf.patch13
2 files changed, 0 insertions, 25 deletions
diff --git a/app-text/wv2/files/wv2-0.4.2-glib.patch b/app-text/wv2/files/wv2-0.4.2-glib.patch
deleted file mode 100644
index eaa2a61fc66a..000000000000
--- a/app-text/wv2/files/wv2-0.4.2-glib.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-From: https://sourceforge.net/tracker/?func=detail&aid=3544851&group_id=10501&atid=110501
---- a/src/olestream.h
-+++ b/src/olestream.h
-@@ -23,7 +23,7 @@
- #include "global.h" // U8,... typedefs
- #include <stack>
-
--#include <glib/giochannel.h> // GSeekType
-+#include <glib.h> // GSeekType
-
- namespace wvWare {
-
diff --git a/app-text/wv2/files/wv2-0.4.2-libgsf.patch b/app-text/wv2/files/wv2-0.4.2-libgsf.patch
deleted file mode 100644
index efbf02f57525..000000000000
--- a/app-text/wv2/files/wv2-0.4.2-libgsf.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-http://bugs.gentoo.org/show_bug.cgi?id=465882
-
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -34,7 +34,7 @@
- FIND_PACKAGE( ZLIB REQUIRED )
- ENDIF( WITH_ZLIB )
-
--INCLUDE_DIRECTORIES( ${GLIB2_INCLUDE_DIR} ${LIBGSF_INCLUDE_DIR} ${ICONV_INCLUDE_DIR} ${ZLIB_INCLUDE_DIR} )
-+INCLUDE_DIRECTORIES( ${GLIB2_INCLUDE_DIR} ${LIBGSF_INCLUDE_DIR} ${PC_LIBGSF_INCLUDE_DIRS} ${ICONV_INCLUDE_DIR} ${ZLIB_INCLUDE_DIR} )
-
- #
- # Iconv checks