summaryrefslogtreecommitdiff
path: root/graphics/libsixel/patches/patch-configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/libsixel/patches/patch-configure.ac')
-rw-r--r--graphics/libsixel/patches/patch-configure.ac34
1 files changed, 0 insertions, 34 deletions
diff --git a/graphics/libsixel/patches/patch-configure.ac b/graphics/libsixel/patches/patch-configure.ac
deleted file mode 100644
index 05b2d339457..00000000000
--- a/graphics/libsixel/patches/patch-configure.ac
+++ /dev/null
@@ -1,34 +0,0 @@
-$NetBSD: patch-configure.ac,v 1.3 2014/12/03 06:38:27 obache Exp $
-
-* kill bashizm
- https://github.com/saitoha/libsixel/pull/19
-
---- configure.ac.orig 2014-11-30 17:14:29.000000000 +0000
-+++ configure.ac
-@@ -296,7 +296,7 @@ AC_SUBST(GD_CFLAGS)
- AC_SUBST(GD_LIBS)
-
- if test x$with_libcurl != xno; then
-- if test x$build == x$host; then
-+ if test x$build = x$host; then
- AC_CHECK_HEADER([curl/curl.h],
- [AC_CHECK_LIB([curl],
- [curl_easy_cleanup],
-@@ -326,7 +326,7 @@ AC_SUBST(LIBCURL_CFLAGS)
- AC_SUBST(LIBCURL_LIBS)
-
- if test x$with_jpeg != xno; then
-- if test x$build == x$host; then
-+ if test x$build = x$host; then
- AC_CHECK_HEADER([jpeglib.h],
- [AC_CHECK_LIB([jpeg],
- [jpeg_read_header],
-@@ -349,7 +349,7 @@ AC_SUBST(LIBJPEG_CFLAGS)
- AC_SUBST(LIBJPEG_LIBS)
-
- if test x$with_png != xno; then
-- if test x$build == x$host; then
-+ if test x$build = x$host; then
- AC_CHECK_HEADER([png.h],
- [AC_CHECK_LIB([png],
- [png_check_sig],