summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2022-02-11 16:51:39 +0100
committerConrad Kostecki <conikost@gentoo.org>2022-02-11 18:28:40 +0100
commit11a779dd9fc9b2c7b0a06bb29a4f29a7c72d897d (patch)
treef37d9d9d8f502e141b487084bb5bff31b53c018c /net-libs/libupnp
parentprofiles/package.mask: mask sys-apps/smc-sum-driver for lr (diff)
downloadgentoo-11a779dd9fc9b2c7b0a06bb29a4f29a7c72d897d.tar.gz
gentoo-11a779dd9fc9b2c7b0a06bb29a4f29a7c72d897d.tar.bz2
gentoo-11a779dd9fc9b2c7b0a06bb29a4f29a7c72d897d.zip
net-libs/libupnp: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/24161 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-libs/libupnp')
-rw-r--r--net-libs/libupnp/files/libupnp-1.14.7-glibc-2.34.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/net-libs/libupnp/files/libupnp-1.14.7-glibc-2.34.patch b/net-libs/libupnp/files/libupnp-1.14.7-glibc-2.34.patch
deleted file mode 100644
index dbcfd5e2cc20..000000000000
--- a/net-libs/libupnp/files/libupnp-1.14.7-glibc-2.34.patch
+++ /dev/null
@@ -1,32 +0,0 @@
---- a/upnp/inc/ithread.h
-+++ b/upnp/inc/ithread.h
-@@ -304,12 +304,8 @@
- * Returns EINVAL if the kind is not supported.
- * See man page for pthread_mutexattr_setkind_np
- *****************************************************************************/
--#if defined(PTHREAD_MUTEX_RECURSIVE) || defined(__DragonFly__)
-- #define ithread_mutexattr_setkind_np pthread_mutexattr_settype
--#else
-- #define ithread_mutexattr_setkind_np pthread_mutexattr_setkind_np
--#endif /* UPNP_USE_RWLOCK */
--
-+#define ithread_mutexattr_setkind_np pthread_mutexattr_settype
-+#define ithread_mutexattr_settype pthread_mutexattr_settype
- /****************************************************************************
- * Function: ithread_mutexattr_getkind_np
- *
-@@ -329,12 +325,8 @@
- * Always returns 0.
- * See man page for pthread_mutexattr_getkind_np
- *****************************************************************************/
--#if defined(PTHREAD_MUTEX_RECURSIVE) || defined(__DragonFly__)
-- #define ithread_mutexattr_getkind_np pthread_mutexattr_gettype
--#else
-- #define ithread_mutexattr_getkind_np pthread_mutexattr_getkind_np
--#endif /* UPNP_USE_RWLOCK */
--
-+#define ithread_mutexattr_getkind_np pthread_mutexattr_gettype
-+#define ithread_mutexattr_gettype pthread_mutexattr_gettype
- /****************************************************************************
- * Function: ithread_mutex_init
- *