summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-04-17 09:50:33 +0200
committerDavid Seifert <soap@gentoo.org>2017-04-17 09:50:33 +0200
commit082efd49919bee47a108ed57b013fe709ef23559 (patch)
tree68bfee1d258137dc7c04c2d88f69fd23c1b64f41 /app-text/uvconv/files
parentapp-i18n/x-unikey: Remove from tree (diff)
downloadgentoo-082efd49919bee47a108ed57b013fe709ef23559.tar.gz
gentoo-082efd49919bee47a108ed57b013fe709ef23559.tar.bz2
gentoo-082efd49919bee47a108ed57b013fe709ef23559.zip
app-text/uvconv: Remove from tree
Diffstat (limited to 'app-text/uvconv/files')
-rw-r--r--app-text/uvconv/files/uvconv-1.1.3b-gcc43.patch10
-rw-r--r--app-text/uvconv/files/uvconv-1.1.3b-ldflags.patch13
2 files changed, 0 insertions, 23 deletions
diff --git a/app-text/uvconv/files/uvconv-1.1.3b-gcc43.patch b/app-text/uvconv/files/uvconv-1.1.3b-gcc43.patch
deleted file mode 100644
index 900bfa90740a..000000000000
--- a/app-text/uvconv/files/uvconv-1.1.3b-gcc43.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- uvconv.orig/uvconvert/uvconvert.cpp 2004-07-26 05:19:18.000000000 +0900
-+++ uvconv/uvconvert/uvconvert.cpp 2008-12-17 17:57:23.000000000 +0900
-@@ -19,6 +19,7 @@
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- --------------------------------------------------------------------------------*/
-
-+#include <cstring>
- #include "prehdr.h"
- #include "vnconv.h"
-
diff --git a/app-text/uvconv/files/uvconv-1.1.3b-ldflags.patch b/app-text/uvconv/files/uvconv-1.1.3b-ldflags.patch
deleted file mode 100644
index 3aef9b3c3038..000000000000
--- a/app-text/uvconv/files/uvconv-1.1.3b-ldflags.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/uvconvert/Makefile b/uvconvert/Makefile
-index 8819779..c610965 100644
---- a/uvconvert/Makefile
-+++ b/uvconvert/Makefile
-@@ -6,7 +6,7 @@ OPTFLAGS="-O3"
-
- all: uvconv
- uvconv: ${OBJS} libvnconv
-- ${CXX} ${CXXFLAGS} ${OPTFLAGS} -o $@ ${OBJS} ${LIBS}
-+ ${CXX} ${CXXFLAGS} ${OPTFLAGS} -o $@ ${OBJS} ${LIBS} ${LDFLAGS}
-
- ${OBJS}: %.o: %.cpp
- ${CXX} ${CXXFLAGS} ${OPTFLAGS} -c $< -o $@ -I${INCLUDE_DIR}