diff --git a/srcpkgs/nmon/patches/musl-fixes.patch b/srcpkgs/nmon/patches/musl-fixes.patch index 57c0510e98b..06a2cfe2ee2 100644 --- a/srcpkgs/nmon/patches/musl-fixes.patch +++ b/srcpkgs/nmon/patches/musl-fixes.patch @@ -1,6 +1,6 @@ ---- lmon16i.c 2019-01-03 14:05:52.400371456 +0200 -+++ lmon16i.c 2019-01-03 14:07:04.872711631 +0200 -@@ -63,7 +63,7 @@ static char *SccsId = "nmon " VERSION; +--- lmon16j.c 2019-04-19 14:59:07.091281022 -0500 ++++ lmon16j_fixed.c 2019-04-19 15:01:58.550285273 -0500 +@@ -61,7 +61,7 @@ #include #include #include @@ -9,7 +9,7 @@ #include #include #include -@@ -72,6 +72,10 @@ static char *SccsId = "nmon " VERSION; +@@ -70,6 +70,10 @@ #include #include @@ -20,7 +20,7 @@ /* Windows moved here so they can be cleared when the screen mode changes */ WINDOW *padwelcome = NULL; WINDOW *padtop = NULL; -@@ -584,7 +588,6 @@ struct procsinfo { +@@ -583,7 +587,6 @@ int isroot = 0; #include diff --git a/srcpkgs/nmon/template b/srcpkgs/nmon/template index e5cbdbb76b1..a3cc40e26f5 100644 --- a/srcpkgs/nmon/template +++ b/srcpkgs/nmon/template @@ -1,6 +1,6 @@ # Template file for 'nmon' pkgname=nmon -version=16i +version=16j revision=1 build_style=fetch makedepends="ncurses-devel" @@ -10,7 +10,7 @@ maintainer="Kyle Nusbaum " license="GPL-3.0-or-later" homepage="http://nmon.sourceforge.net/pmwiki.php?n=Main.HomePage" distfiles="${SOURCEFORGE_SITE}/nmon/files/lmon${version}.c" -checksum=af66d756cc1146a4a4101c5595ca8c99b4f84cb9e7e7f58a080773e8e6b6a24c +checksum=ba3878c9b3e3bbb1635659735e8373624ba938904889f130183908c203f34615 do_build() { $CC ${CFLAGS} ${LDFLAGS} -D JFS -D GETUSER -D LARGEMEM -D X86 \