mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 17:04:32 +04:00
bwm-ng: fix compilation with GCC 14
Header is missing. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=bwm-ng
|
||||
PKG_VERSION:=0.6.3
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://www.gropp.org/bwm-ng
|
||||
|
||||
10
net/bwm-ng/patches/010-gcc14.patch
Normal file
10
net/bwm-ng/patches/010-gcc14.patch
Normal file
@@ -0,0 +1,10 @@
|
||||
--- a/src/defines.h
|
||||
+++ b/src/defines.h
|
||||
@@ -22,6 +22,7 @@
|
||||
#ifndef __HAVE_DEFINE_H
|
||||
#define __HAVE_DEFINE_H
|
||||
|
||||
+#include <ctype.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
Reference in New Issue
Block a user