aboutsummaryrefslogtreecommitdiffstats
path: root/community/kbuild/uclibc.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-12-28 05:26:45 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-12-28 07:12:09 +0000
commitc2890f4ac8afa8f41d0eb51e506fe1028c20887e (patch)
tree5d2cd9d6941a3d0f82b8d8f7c18f4230b8e634c5 /community/kbuild/uclibc.patch
parent1b79b11db624cfe53f6057158d846dd6a58ce523 (diff)
downloadaports-c2890f4ac8afa8f41d0eb51e506fe1028c20887e.tar.bz2
aports-c2890f4ac8afa8f41d0eb51e506fe1028c20887e.tar.xz
community/kbuild: upgrade to 0.1.9998.3149
Diffstat (limited to 'community/kbuild/uclibc.patch')
-rw-r--r--community/kbuild/uclibc.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/community/kbuild/uclibc.patch b/community/kbuild/uclibc.patch
deleted file mode 100644
index f837ca3c78..0000000000
--- a/community/kbuild/uclibc.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- ./src/lib/k/kDefs.h.orig
-+++ ./src/lib/k/kDefs.h
-@@ -82,7 +82,7 @@
- # define K_OS K_OS_FREEBSD
- # elif defined(__HAIKU__)
- # define K_OS K_OS_HAIKU
--# elif defined(__gnu_linux__)
-+# elif defined(__linux__)
- # define K_OS K_OS_LINUX
- # elif defined(__NetBSD__) /*??*/
- # define K_OS K_OS_NETBSD
---- ./src/kmk/kmkbuiltin/fts.c.orig
-+++ ./src/kmk/kmkbuiltin/fts.c
-@@ -75,7 +75,7 @@
- #endif
-
- #if ! HAVE_NBTOOL_CONFIG_H
--# if !defined(__sun__) && !defined(__gnu_linux__) && !defined(__HAIKU__)
-+# if !defined(__sun__) && !defined(__linux__) && !defined(__HAIKU__)
- # define HAVE_STRUCT_DIRENT_D_NAMLEN 1
- # endif
- #endif