diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-01 10:29:38 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-05-01 10:29:38 +0000 |
commit | 34e066205c5658e4d103b41d246ab8f6d96bfb10 (patch) | |
tree | 3785ed43d836a228b856e27d084aaf0487e7a55a /sys-apps/usbutils/files | |
parent | Stable on amd64 wrt bug #365101 (diff) | |
download | gentoo-2-34e066205c5658e4d103b41d246ab8f6d96bfb10.tar.gz gentoo-2-34e066205c5658e4d103b41d246ab8f6d96bfb10.tar.bz2 gentoo-2-34e066205c5658e4d103b41d246ab8f6d96bfb10.zip |
old
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/usbutils/files')
-rw-r--r-- | sys-apps/usbutils/files/usbutils-0.87-fbsd.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/sys-apps/usbutils/files/usbutils-0.87-fbsd.patch b/sys-apps/usbutils/files/usbutils-0.87-fbsd.patch deleted file mode 100644 index fb3641c63d1b..000000000000 --- a/sys-apps/usbutils/files/usbutils-0.87-fbsd.patch +++ /dev/null @@ -1,29 +0,0 @@ -http://thread.gmane.org/gmane.linux.usb.general/34989 - ---- usbutils-0.87/configure.ac -+++ usbutils-0.87/configure.ac -@@ -34,6 +34,8 @@ - Makefile - ]) - -+AC_CHECK_HEADERS([byteswap.h]) -+ - AC_OUTPUT - AC_MSG_RESULT([ - usbutils $VERSION ---- usbutils-0.87/lsusb.c -+++ usbutils-0.87/lsusb.c -@@ -32,8 +32,13 @@ - #include <errno.h> - #include <stdio.h> - #include <stdarg.h> -+ -+#ifdef HAVE_BYTESWAP_H - #include <byteswap.h> -+#endif -+ - #include <usb.h> -+#include <unistd.h> - - #include "names.h" - #include "devtree.h" |