diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-02-02 19:47:39 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-02-02 19:48:13 +0100 |
commit | d183aef0b8d3a1b53b8b4614bb397691d440d941 (patch) | |
tree | b6e51d2ebf4db5aee3513026522c168fac37b482 /sci-libs/linux-gpib/files | |
parent | dev-perl/Capture-Tiny: Remove old (diff) | |
download | gentoo-d183aef0b8d3a1b53b8b4614bb397691d440d941.tar.gz gentoo-d183aef0b8d3a1b53b8b4614bb397691d440d941.tar.bz2 gentoo-d183aef0b8d3a1b53b8b4614bb397691d440d941.zip |
sci-libs/linux-gpib: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sci-libs/linux-gpib/files')
-rw-r--r-- | sci-libs/linux-gpib/files/linux-gpib-3.2.16-reallydie.patch | 16 | ||||
-rw-r--r-- | sci-libs/linux-gpib/files/linux-gpib-3.2.21-build2.patch | 12 |
2 files changed, 0 insertions, 28 deletions
diff --git a/sci-libs/linux-gpib/files/linux-gpib-3.2.16-reallydie.patch b/sci-libs/linux-gpib/files/linux-gpib-3.2.16-reallydie.patch deleted file mode 100644 index e52cce4bd385..000000000000 --- a/sci-libs/linux-gpib/files/linux-gpib-3.2.16-reallydie.patch +++ /dev/null @@ -1,16 +0,0 @@ -Index: drivers/Makefile.am -=================================================================== ---- drivers/Makefile.am (revision 1602) -+++ drivers/Makefile.am (working copy) -@@ -15,10 +15,8 @@ - - -include $(top_srcdir)/util/linux_flags/flags - --#ignore errors from kernel's make modules in all-local, to avoid failure of make install --#on nfs filesystem with root_squash - all-local: -- -$(MAKE) -C $(LINUX_SRCDIR) V=1 modules\ -+ $(MAKE) -C $(LINUX_SRCDIR) V=1 modules\ - CC="$(LINUX_CC) -I@abs_top_srcdir@ -I@abs_top_srcdir@/drivers/gpib/include -I@abs_top_srcdir@/include" \ - SUBDIRS="$(GPIB_ABS_MODULE_SUBDIR)" - diff --git a/sci-libs/linux-gpib/files/linux-gpib-3.2.21-build2.patch b/sci-libs/linux-gpib/files/linux-gpib-3.2.21-build2.patch deleted file mode 100644 index ce28e188adbe..000000000000 --- a/sci-libs/linux-gpib/files/linux-gpib-3.2.21-build2.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur linux-gpib-3.2.21.orig/drivers/gpib/sys/osfuncs.c linux-gpib-3.2.21/drivers/gpib/sys/osfuncs.c ---- linux-gpib-3.2.21/drivers/gpib/sys/osfuncs.c 2015-02-15 00:41:42.320008509 +0000 -+++ linux-gpib-3.2.21/drivers/gpib/sys/osfuncs.c 2015-02-15 00:41:56.320008602 +0000 -@@ -178,7 +178,7 @@ - - long ibioctl(struct file *filep, unsigned int cmd, unsigned long arg) - { -- unsigned int minor = iminor(filep->f_dentry->d_inode); -+ unsigned int minor = iminor(file_inode(filep)); - gpib_board_t *board; - gpib_file_private_t *file_priv = filep->private_data; - long retval = -ENOTTY; |