summaryrefslogtreecommitdiff
path: root/sys-apps/lshw/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /sys-apps/lshw/files
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'sys-apps/lshw/files')
-rw-r--r--sys-apps/lshw/files/lshw-02.18b-gentoo.patch20
1 files changed, 10 insertions, 10 deletions
diff --git a/sys-apps/lshw/files/lshw-02.18b-gentoo.patch b/sys-apps/lshw/files/lshw-02.18b-gentoo.patch
index 0a50e9dc868c..dd42df9b5282 100644
--- a/sys-apps/lshw/files/lshw-02.18b-gentoo.patch
+++ b/sys-apps/lshw/files/lshw-02.18b-gentoo.patch
@@ -1,5 +1,5 @@
---- lshw-B.02.18/src/Makefile
-+++ lshw-B.02.18/src/Makefile
+--- a/src/Makefile
++++ b/src/Makefile
@@ -21,11 +21,11 @@
CXX?=c++
INCLUDES=-I./core/
@@ -82,8 +82,8 @@
.timestamp:
date --utc +%Y%m%d%H%M%S > $@
---- lshw-B.02.18/src/core/Makefile
-+++ lshw-B.02.18/src/core/Makefile
+--- a/src/core/Makefile
++++ b/src/core/Makefile
@@ -1,10 +1,9 @@
PACKAGENAME?=lshw
@@ -97,8 +97,8 @@
LDSTATIC=
LIBS=
---- lshw-B.02.18/src/core/pci.cc
-+++ lshw-B.02.18/src/core/pci.cc
+--- a/src/core/pci.cc
++++ b/src/core/pci.cc
@@ -17,7 +17,7 @@
#define PROC_BUS_PCI "/proc/bus/pci"
@@ -108,8 +108,8 @@
#define PCI_CLASS_REVISION 0x08 /* High 24 bits are class, low 8 revision */
#define PCI_VENDOR_ID 0x00 /* 16 bits */
---- lshw-B.02.18/src/core/usb.cc
-+++ lshw-B.02.18/src/core/usb.cc
+--- a/src/core/usb.cc
++++ b/src/core/usb.cc
@@ -27,7 +27,7 @@
#define PROCBUSUSBDEVICES "/proc/bus/usb/devices"
@@ -119,8 +119,8 @@
#define USB_CLASS_PER_INTERFACE 0 /* for DeviceClass */
#define USB_CLASS_AUDIO 1
---- lshw-B.02.18/src/gui/Makefile
-+++ lshw-B.02.18/src/gui/Makefile
+--- a/src/gui/Makefile
++++ b/src/gui/Makefile
@@ -1,5 +1,7 @@
PACKAGENAME?=lshw