From 4886829f9397e9cb173e79985d6a8f34bf4d2c18 Mon Sep 17 00:00:00 2001 From: "Michael Mair-Keimberger (asterix)" Date: Sun, 15 Jan 2017 10:19:10 +0100 Subject: [PATCH] net-libs/libetpan: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/3488 --- .../libetpan/files/libetpan-1.0-ldflags.patch | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 net-libs/libetpan/files/libetpan-1.0-ldflags.patch diff --git a/net-libs/libetpan/files/libetpan-1.0-ldflags.patch b/net-libs/libetpan/files/libetpan-1.0-ldflags.patch deleted file mode 100644 index 215128283f35..000000000000 --- a/net-libs/libetpan/files/libetpan-1.0-ldflags.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- configure.ac.orig 2010-04-20 20:29:01.136283062 +0200 -+++ configure.ac 2010-04-20 20:29:45.884283632 +0200 -@@ -455,11 +455,11 @@ - for flag in "pthreads" "pthread"; do - if test "x$checkpthread" = "xyes"; then - AC_MSG_CHECKING([for pthread_create with -$flag]) -- OLDFLAGS="$LDFLAGS" -- LDFLAGS="-$flag $LDFLAGS" -- AC_TRY_LINK([], [pthread_create();], -+ OLDLIBS="$LIBS" -+ LIBS="$LIBS -l$flag" -+ AC_TRY_LINK([], [pthread_create();], - [pthflag=yes; checkpthread=no], -- [pthflag=no; LDFLAGS="$OLDFLAGS"]) -+ [pthflag=no; LIBS="$OLDLIBS"]) - AC_MSG_RESULT($pthflag) - fi - done -- 2.26.2