diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2004-08-25 14:57:02 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2004-08-25 14:57:02 +0000 |
commit | f3003915d1e772be8b6888ef7f4da6c97d817799 (patch) | |
tree | 7e7b5793990eb3c0769ae2d189cd8fb9674434b4 /sys-apps/powerpc-utils/files | |
parent | Version bumped. Closes #58770. (diff) | |
download | historical-f3003915d1e772be8b6888ef7f4da6c97d817799.tar.gz historical-f3003915d1e772be8b6888ef7f4da6c97d817799.tar.bz2 historical-f3003915d1e772be8b6888ef7f4da6c97d817799.zip |
New version
Diffstat (limited to 'sys-apps/powerpc-utils/files')
-rw-r--r-- | sys-apps/powerpc-utils/files/digest-powerpc-utils-1.1.3-r10 | 2 | ||||
-rw-r--r-- | sys-apps/powerpc-utils/files/hotfix.patch | 22 |
2 files changed, 24 insertions, 0 deletions
diff --git a/sys-apps/powerpc-utils/files/digest-powerpc-utils-1.1.3-r10 b/sys-apps/powerpc-utils/files/digest-powerpc-utils-1.1.3-r10 new file mode 100644 index 000000000000..edb138a01560 --- /dev/null +++ b/sys-apps/powerpc-utils/files/digest-powerpc-utils-1.1.3-r10 @@ -0,0 +1,2 @@ +MD5 d879b109bb8f0d726304b60b147bff13 powerpc-utils_1.1.3.orig.tar.gz 25104 +MD5 0576f3b0bee7f0b98c1b561c4f5d3715 powerpc-utils_1.1.3-10.diff.gz 18147 diff --git a/sys-apps/powerpc-utils/files/hotfix.patch b/sys-apps/powerpc-utils/files/hotfix.patch new file mode 100644 index 000000000000..17341708e88f --- /dev/null +++ b/sys-apps/powerpc-utils/files/hotfix.patch @@ -0,0 +1,22 @@ +diff -ruN powerpc-utils-1.1.3.orig/backlight.c powerpc-utils-1.1.3/backlight.c +--- powerpc-utils-1.1.3.orig/backlight.c 2004-08-25 11:34:57.273947544 +0200 ++++ powerpc-utils-1.1.3/backlight.c 2004-08-25 11:33:21.153560064 +0200 +@@ -24,7 +24,6 @@ + #include <sys/types.h> + #include <linux/ioctl.h> + #include <linux/types.h> +-#include <linux/adb_mouse.h> + #include <linux/cuda.h> + #include <linux/adb.h> + #include <linux/pmu.h> +diff -ruN powerpc-utils-1.1.3.orig/trackpad.c powerpc-utils-1.1.3/trackpad.c +--- powerpc-utils-1.1.3.orig/trackpad.c 2004-08-25 11:34:57.267948456 +0200 ++++ powerpc-utils-1.1.3/trackpad.c 2004-08-25 11:33:07.261671952 +0200 +@@ -18,7 +18,6 @@ + #include <unistd.h> + #include <errno.h> + #include <fcntl.h> +-#include <linux/adb_mouse.h> + #include <linux/cuda.h> + #include <linux/adb.h> + |