summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Bornkessel <hd_brummy@gentoo.org>2016-05-16 20:45:45 +0200
committerJoerg Bornkessel <hd_brummy@gentoo.org>2016-05-16 20:51:36 +0200
commit267c3fe3cec44676734bb504c1c93a5a2a87e426 (patch)
tree6fa0619a1ec3cbc5c57a17a85c1f362ff42fbf6c /dev-libs/tntnet/files
parentdev-ruby/maruku: add ruby23 (diff)
downloadgentoo-267c3fe3cec44676734bb504c1c93a5a2a87e426.tar.gz
gentoo-267c3fe3cec44676734bb504c1c93a5a2a87e426.tar.bz2
gentoo-267c3fe3cec44676734bb504c1c93a5a2a87e426.zip
dev-libs/tntnet: clean up old; fixed slot operator
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'dev-libs/tntnet/files')
-rw-r--r--dev-libs/tntnet/files/tntnet-1.6.3-gcc43.patch11
-rw-r--r--dev-libs/tntnet/files/tntnet-1.6.3-gnutls-2.8.patch13
2 files changed, 0 insertions, 24 deletions
diff --git a/dev-libs/tntnet/files/tntnet-1.6.3-gcc43.patch b/dev-libs/tntnet/files/tntnet-1.6.3-gcc43.patch
deleted file mode 100644
index 699861c0d446..000000000000
--- a/dev-libs/tntnet/files/tntnet-1.6.3-gcc43.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- sdk/tools/ecppc/scopevar.cpp.orig 2008-06-13 16:09:16.000000000 +0000
-+++ sdk/tools/ecppc/scopevar.cpp 2008-06-13 16:13:04.000000000 +0000
-@@ -22,6 +22,7 @@
- #include <tnt/stringescaper.h>
- #include <iterator>
- #include <iostream>
-+#include <algorithm>
-
- namespace tnt
- {
-
diff --git a/dev-libs/tntnet/files/tntnet-1.6.3-gnutls-2.8.patch b/dev-libs/tntnet/files/tntnet-1.6.3-gnutls-2.8.patch
deleted file mode 100644
index 1d63c820f1ea..000000000000
--- a/dev-libs/tntnet/files/tntnet-1.6.3-gnutls-2.8.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- framework/common/Makefile.am
-+++ framework/common/Makefile.am
-@@ -117,8 +117,8 @@
- tnt/gcryptinit.h \
- tnt/gnutls.h
-
--libtntnet_la_LDFLAGS += `libgnutls-config --libs`
--libtntnet_la_CXXFLAGS += `libgnutls-config --cflags`
-+libtntnet_la_LDFLAGS += `pkg-config gnutls --libs`
-+libtntnet_la_CXXFLAGS += `pkg-config gnutls --cflags`
- endif
-
- if MAKE_OPENSSL