diff options
author | ryoon <ryoon@pkgsrc.org> | 2014-01-10 11:33:13 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2014-01-10 11:33:13 +0000 |
commit | 58849547d6cafa91777abbc7c3ebc0a7378ca953 (patch) | |
tree | 558cd850780e54f529357c3c09879fc75461e857 | |
parent | 6fe90dc6541fc7c2c80681a10dc222b222c38d07 (diff) | |
download | pkgsrc-58849547d6cafa91777abbc7c3ebc0a7378ca953.tar.gz |
Remove obsolete patch
-rw-r--r-- | net/aria2/patches/patch-configure.ac | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/net/aria2/patches/patch-configure.ac b/net/aria2/patches/patch-configure.ac deleted file mode 100644 index bb0ebc3c44e..00000000000 --- a/net/aria2/patches/patch-configure.ac +++ /dev/null @@ -1,27 +0,0 @@ -$NetBSD: patch-configure.ac,v 1.2 2014/01/08 16:32:30 ryoon Exp $ - ---- configure.ac.orig 2013-12-26 15:43:58.000000000 +0000 -+++ configure.ac -@@ -462,11 +462,11 @@ if test "x$with_libcares" = "xyes"; then - fi - - use_md="" --if test "x$have_appletls" == "xyes"; then -+if test "x$have_appletls" = "xyes"; then - use_md="apple" - AC_DEFINE([USE_APPLE_MD], [1], [What message digest implementation to use]) - else -- if test "x$have_wintls" == "xyes"; then -+ if test "x$have_wintls" = "xyes"; then - use_md="windows" - AC_DEFINE([USE_WINDOWS_MD], [1], [What message digest implementation to use]) - else -@@ -491,7 +491,7 @@ else - fi - - # Define variables based on the result of the checks for libraries. --if test "x$have_appletls" = "xyes" || test "x$have_wintls" == "xyes" || test "x$have_libgnutls" = "xyes" || test "x$have_openssl" = "xyes"; then -+if test "x$have_appletls" = "xyes" || test "x$have_wintls" = "xyes" || test "x$have_libgnutls" = "xyes" || test "x$have_openssl" = "xyes"; then - have_ssl="yes" - AC_DEFINE([ENABLE_SSL], [1], [Define to 1 if ssl support is enabled.]) - AM_CONDITIONAL([ENABLE_SSL], true) |