summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2016-10-31 21:21:26 +0100
committerLars Wendler <polynomial-c@gentoo.org>2016-10-31 21:31:11 +0100
commit7ff883652453283667caa8511e0001a56c2caa09 (patch)
treecb03d8571c2c0e41bcabe24d78a2bd60ce33994a /sys-libs/slang/files
parentsys-libs/slang: Bump to version 2.3.1 (diff)
downloadgentoo-7ff883652453283667caa8511e0001a56c2caa09.tar.gz
gentoo-7ff883652453283667caa8511e0001a56c2caa09.tar.bz2
gentoo-7ff883652453283667caa8511e0001a56c2caa09.zip
sys-libs/slang: Removed old.
Package-Manager: portage-2.3.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-libs/slang/files')
-rw-r--r--sys-libs/slang/files/slang-2.1.3-uclibc.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/sys-libs/slang/files/slang-2.1.3-uclibc.patch b/sys-libs/slang/files/slang-2.1.3-uclibc.patch
deleted file mode 100644
index d7ed5a8d650f..000000000000
--- a/sys-libs/slang/files/slang-2.1.3-uclibc.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ur slang-2.1.3.orig/src/slcommon.c slang-2.1.3/src/slcommon.c
---- slang-2.1.3.orig/src/slcommon.c 2007-01-10 18:09:07.000000000 +0200
-+++ slang-2.1.3/src/slcommon.c 2008-03-19 16:09:09.000000000 +0200
-@@ -191,7 +191,7 @@
- return p;
- }
-
--#if !defined(HAVE_ISSETUGID) && defined(__GLIBC__) && (__GLIBC__ >= 2)
-+#if !defined(HAVE_ISSETUGID) && defined(__GLIBC__) && (__GLIBC__ >= 2) && !defined(__UCLIBC__)
- extern int __libc_enable_secure;
- # define HAVE___LIBC_ENABLE_SECURE 1
- #endif