diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2017-01-15 10:19:10 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-01-15 10:49:39 +0100 |
commit | 4886829f9397e9cb173e79985d6a8f34bf4d2c18 (patch) | |
tree | da9d22619fc91ee5ee5c84808ca59cb48f82a40c /net-libs/libetpan | |
parent | 777b83d3eabd28229da2f1c438ad2cc3d8532734 (diff) | |
download | gentoo-4886829f9397e9cb173e79985d6a8f34bf4d2c18.tar.gz gentoo-4886829f9397e9cb173e79985d6a8f34bf4d2c18.tar.xz |
net-libs/libetpan: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/3488
Diffstat (limited to 'net-libs/libetpan')
-rw-r--r-- | net-libs/libetpan/files/libetpan-1.0-ldflags.patch | 18 |
1 files changed, 0 insertions, 18 deletions
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 215128283f3..00000000000 --- 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 |