summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2016-07-16 10:23:11 +0200
committerPatrice Clement <monsieurp@gentoo.org>2016-07-17 15:26:15 +0200
commitc3813aaef4d2a9fdf2c66b6a14a514c3f57f5235 (patch)
tree04bd1b984c91587a8e6a54cfae30f93efb2495c7 /app-text/dvisvgm
parentapp-text/cedilla: remove unused patch (diff)
downloadgentoo-c3813aaef4d2a9fdf2c66b6a14a514c3f57f5235.tar.gz
gentoo-c3813aaef4d2a9fdf2c66b6a14a514c3f57f5235.tar.bz2
gentoo-c3813aaef4d2a9fdf2c66b6a14a514c3f57f5235.zip
app-text/dvisvgm: remove unused patches
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-text/dvisvgm')
-rw-r--r--app-text/dvisvgm/files/dvisvgm-1.0.8-as-needed.patch11
-rw-r--r--app-text/dvisvgm/files/dvisvgm-1.0.8-darwin.patch10
2 files changed, 0 insertions, 21 deletions
diff --git a/app-text/dvisvgm/files/dvisvgm-1.0.8-as-needed.patch b/app-text/dvisvgm/files/dvisvgm-1.0.8-as-needed.patch
deleted file mode 100644
index 85e95b1b6a92..000000000000
--- a/app-text/dvisvgm/files/dvisvgm-1.0.8-as-needed.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- dvisvgm-1.0.8/configure.ac
-+++ dvisvgm-1.0.8/configure.ac
-@@ -106,7 +106,7 @@
- # Check for libraries.
- PKG_CHECK_MODULES([FREETYPE], [freetype2])
- CXXFLAGS="$CXXFLAGS ${FREETYPE_CFLAGS}"
--LDFLAGS="$LDFLAGS ${FREETYPE_LIBS}"
-+LIBS="$LIBS ${FREETYPE_LIBS}"
-
- AC_CHECK_LIB(z, gzopen)
-
diff --git a/app-text/dvisvgm/files/dvisvgm-1.0.8-darwin.patch b/app-text/dvisvgm/files/dvisvgm-1.0.8-darwin.patch
deleted file mode 100644
index aef51d517474..000000000000
--- a/app-text/dvisvgm/files/dvisvgm-1.0.8-darwin.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/Process.cpp
-+++ src/Process.cpp
-@@ -25,6 +25,7 @@
- #include <fcntl.h>
- #include <sys/wait.h>
- #include <unistd.h>
-+#include <signal.h>
- #endif
-
- #include <cstdlib>