diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-05-03 22:14:32 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-05-03 22:20:48 +0200 |
commit | 9c5cef11f89018c18d3f78657864434f3f232744 (patch) | |
tree | 6780c2d9e9cfae1ba79b084cb7b84c7a263e5c00 /sys-apps/ifplugd/files/ifplugd-0.28-gcc10-compatibility.patch | |
parent | dev-python/gst-python: bump to 1.16.2, add py3.8 support (diff) | |
download | gentoo-9c5cef11f89018c18d3f78657864434f3f232744.tar.gz gentoo-9c5cef11f89018c18d3f78657864434f3f232744.tar.bz2 gentoo-9c5cef11f89018c18d3f78657864434f3f232744.zip |
sys-apps/ifplugd: rev bump
- Bump to EAPI 7
- Fix building against GCC 10
Thanks-to: Jeroen Roovers <jer@gentoo.org>
Closes: https://bugs.gentoo.org/706746
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'sys-apps/ifplugd/files/ifplugd-0.28-gcc10-compatibility.patch')
-rw-r--r-- | sys-apps/ifplugd/files/ifplugd-0.28-gcc10-compatibility.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sys-apps/ifplugd/files/ifplugd-0.28-gcc10-compatibility.patch b/sys-apps/ifplugd/files/ifplugd-0.28-gcc10-compatibility.patch new file mode 100644 index 000000000000..c87419e5a545 --- /dev/null +++ b/sys-apps/ifplugd/files/ifplugd-0.28-gcc10-compatibility.patch @@ -0,0 +1,13 @@ +--- a/./src/interface.h ++++ b/./src/interface.h +@@ -21,8 +21,8 @@ + * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + */ + +-int interface_auto_up; +-int interface_do_message; ++extern int interface_auto_up; ++extern int interface_do_message; + + typedef enum { IFSTATUS_UP, IFSTATUS_DOWN, IFSTATUS_ERR } interface_status_t; + |