From 1d23785857140fd8affd228a88587c19baec6dd6 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 4 Jul 2016 16:08:19 +0200 Subject: community/lshw: move from testing --- community/lshw/lshw-gcc43.patch | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 community/lshw/lshw-gcc43.patch (limited to 'community/lshw/lshw-gcc43.patch') diff --git a/community/lshw/lshw-gcc43.patch b/community/lshw/lshw-gcc43.patch new file mode 100644 index 0000000000..c56b03890b --- /dev/null +++ b/community/lshw/lshw-gcc43.patch @@ -0,0 +1,23 @@ +--- src/core/abi.cc.orig 2010-03-15 21:26:20.000000000 +0100 ++++ src/core/abi.cc 2013-08-06 21:05:08.693772583 +0200 +@@ -11,6 +11,7 @@ + #include + #include + #include ++#include + + __ID("@(#) $Id: mem.cc 1352 2006-05-27 23:54:13Z ezix $"); + +@@ -38,10 +39,10 @@ + for(i=0; id_name); +- free(namelist[i]); ++ std::free(namelist[i]); + } + if(namelist) +- free(namelist); ++ std::free(namelist); + } + + popd(); -- cgit v1.2.3