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 | 86a5f35a94dc12ce1cd89187e992843cf10a03cf (patch) | |
tree | 558cd850780e54f529357c3c09879fc75461e857 /net/aria2 | |
parent | bc15a5dc85cc3c194fdd9c6812214df1dfc3366f (diff) | |
download | pkgsrc-86a5f35a94dc12ce1cd89187e992843cf10a03cf.tar.gz |
Remove obsolete patch
Diffstat (limited to 'net/aria2')
-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) |