diff --git a/net/ifstat/Makefile b/net/ifstat/Makefile index 208f4b9a9..ddbef5dbe 100644 --- a/net/ifstat/Makefile +++ b/net/ifstat/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ifstat PKG_VERSION:=1.1 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://gael.roualland.free.fr/ifstat/ diff --git a/net/ifstat/patches/010-gcc14.patch b/net/ifstat/patches/010-gcc14.patch new file mode 100644 index 000000000..d9d6340f8 --- /dev/null +++ b/net/ifstat/patches/010-gcc14.patch @@ -0,0 +1,11 @@ +--- a/configure ++++ b/configure +@@ -783,7 +783,7 @@ cat > conftest.$ac_ext << EOF + #line 784 "configure" + #include "confdefs.h" + +-main(){return(0);} ++int main(){return(0);} + EOF + if { (eval echo configure:789: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + ac_cv_prog_cc_works=yes