summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-11-17 23:53:15 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-11-17 23:53:15 +0000
commit4b45662060bf59b7a0ee40a56e58e9c07931b4dc (patch)
treed5e7067de6d3747bf7ad2e70cb30613bf9e2dd74 /dev-util/strace/files
parentStable on amd64 wrt bug #345655 (diff)
downloadgentoo-2-4b45662060bf59b7a0ee40a56e58e9c07931b4dc.tar.gz
gentoo-2-4b45662060bf59b7a0ee40a56e58e9c07931b4dc.tar.bz2
gentoo-2-4b45662060bf59b7a0ee40a56e58e9c07931b4dc.zip
Avoid re-generating the ioctlent.h header at build-time; instead patch in a new series of ioctl() (including the alsa ones).
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/strace/files')
-rw-r--r--dev-util/strace/files/strace-4.5.20-ioctlent.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/dev-util/strace/files/strace-4.5.20-ioctlent.patch b/dev-util/strace/files/strace-4.5.20-ioctlent.patch
deleted file mode 100644
index 941f83962a20..000000000000
--- a/dev-util/strace/files/strace-4.5.20-ioctlent.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Index: strace-4.5.20/Makefile.am
-===================================================================
---- strace-4.5.20.orig/Makefile.am
-+++ strace-4.5.20/Makefile.am
-@@ -109,11 +109,7 @@ if LINUX
- IOCTLDIR = /usr/include
- IOCTLASM = asm
-
--if I386
- ioctlent_h = linux/ioctlent.h
--else
--ioctlent_h = linux/$(ARCH)/ioctlent.h
--endif
-
- BUILT_SOURCES = $(ioctlent_h)
-