mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-text/dvisvgm: remove unused patches
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
This commit is contained in:
committed by
Patrice Clement
parent
3349a0b8f6
commit
c3813aaef4
@@ -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)
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user