summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/lshw/files')
-rw-r--r--sys-apps/lshw/files/lshw-02.14b-gcc45.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/sys-apps/lshw/files/lshw-02.14b-gcc45.patch b/sys-apps/lshw/files/lshw-02.14b-gcc45.patch
new file mode 100644
index 000000000000..c52b312f5906
--- /dev/null
+++ b/sys-apps/lshw/files/lshw-02.14b-gcc45.patch
@@ -0,0 +1,15 @@
+http://ezix.org/project/ticket/512
+http://ezix.org/project/changeset/2147
+http://bugs.gentoo.org/314201
+
+--- src/core/scsi.cc
++++ src/core/scsi.cc
+@@ -842,7 +842,7 @@
+
+ if (!controller)
+ {
+- controller = node.addChild(hwNode::hwNode("scsi", hw::storage));
++ controller = node.addChild(hwNode("scsi", hw::storage));
+ if (controller)
+ {
+ controller->setLogicalName(host_logicalname(number));