public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/files/
@ 2017-01-15  9:50 David Seifert
  0 siblings, 0 replies; only message in thread
From: David Seifert @ 2017-01-15  9:50 UTC (permalink / raw
  To: gentoo-commits

commit:     4886829f9397e9cb173e79985d6a8f34bf4d2c18
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Jan 15 09:19:10 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 09:49:39 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4886829f

net-libs/libetpan: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/3488

 net-libs/libetpan/files/libetpan-1.0-ldflags.patch | 18 ------------------
 1 file changed, 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 2151282..00000000
--- 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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-01-15  9:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-15  9:50 [gentoo-commits] repo/gentoo:master commit in: net-libs/libetpan/files/ David Seifert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox