diff options
author | Benda Xu <heroxbd@gentoo.org> | 2017-10-19 16:10:48 +0900 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2017-10-19 16:10:48 +0900 |
commit | 9e88eb12d0ae882db81e98d7df594ed1eb6ed28c (patch) | |
tree | cede3cf05447aa32488feca1df42ab8eadf70bc7 /net-libs/rb_libtorrent/files/rb_libtorrent-0.14.9-as-needed-fix.patch | |
parent | clean up outdated ebuilds to accommodate EAPI updates. (diff) | |
download | android-9e88eb12d0ae882db81e98d7df594ed1eb6ed28c.tar.gz android-9e88eb12d0ae882db81e98d7df594ed1eb6ed28c.tar.bz2 android-9e88eb12d0ae882db81e98d7df594ed1eb6ed28c.zip |
clean up ebuilds.
outdated:
libdbusmenu-qt
cacti
rb_libtorrent
Diffstat (limited to 'net-libs/rb_libtorrent/files/rb_libtorrent-0.14.9-as-needed-fix.patch')
-rw-r--r-- | net-libs/rb_libtorrent/files/rb_libtorrent-0.14.9-as-needed-fix.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/net-libs/rb_libtorrent/files/rb_libtorrent-0.14.9-as-needed-fix.patch b/net-libs/rb_libtorrent/files/rb_libtorrent-0.14.9-as-needed-fix.patch deleted file mode 100644 index fc18070..0000000 --- a/net-libs/rb_libtorrent/files/rb_libtorrent-0.14.9-as-needed-fix.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.in.orig 2010-02-19 08:03:57.000000000 +0100 -+++ configure.in 2010-03-24 01:04:37.000000000 +0100 -@@ -157,7 +157,6 @@ - - dnl Apply boost config. - CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS" --LDFLAGS="$LDFLAGS $BOOST_LDFLAGS" - - if [[ "x$BUILD_TESTCLIENT" != "xno" ]]; then - CLIENT_TEST_BIN=client_test; -@@ -519,6 +518,9 @@ - dnl Compile time options. - AC_SUBST(COMPILETIME_OPTIONS) - -+dnl Check for clock_gettime -+AC_SEARCH_LIBS([clock_gettime],[rt]) -+ - AC_OUTPUT([Makefile - src/Makefile - include/Makefile |