summaryrefslogtreecommitdiff
path: root/graphics/libsixel/patches/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/libsixel/patches/patch-configure')
-rw-r--r--graphics/libsixel/patches/patch-configure34
1 files changed, 0 insertions, 34 deletions
diff --git a/graphics/libsixel/patches/patch-configure b/graphics/libsixel/patches/patch-configure
deleted file mode 100644
index aa338021f5d..00000000000
--- a/graphics/libsixel/patches/patch-configure
+++ /dev/null
@@ -1,34 +0,0 @@
-$NetBSD: patch-configure,v 1.3 2014/12/03 06:38:27 obache Exp $
-
-* kill bashizm
- https://github.com/saitoha/libsixel/pull/19
-
---- configure.orig 2014-11-30 17:14:29.000000000 +0000
-+++ configure
-@@ -13853,7 +13853,7 @@ fi
-
-
- if test x$with_libcurl != xno; then
-- if test x$build == x$host; then
-+ if test x$build = x$host; then
- ac_fn_c_check_header_mongrel "$LINENO" "curl/curl.h" "ac_cv_header_curl_curl_h" "$ac_includes_default"
- if test "x$ac_cv_header_curl_curl_h" = xyes; then :
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for curl_easy_cleanup in -lcurl" >&5
-@@ -13997,7 +13997,7 @@ fi
-
-
- if test x$with_jpeg != xno; then
-- if test x$build == x$host; then
-+ if test x$build = x$host; then
- ac_fn_c_check_header_mongrel "$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
- if test "x$ac_cv_header_jpeglib_h" = xyes; then :
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for jpeg_read_header in -ljpeg" >&5
-@@ -14067,7 +14067,7 @@ fi
-
-
- if test x$with_png != xno; then
-- if test x$build == x$host; then
-+ if test x$build = x$host; then
- ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
- if test "x$ac_cv_header_png_h" = xyes; then :
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_check_sig in -lpng" >&5