mmv: fix for musl.
This commit is contained in:
parent
85f562147b
commit
6b813ed53b
2 changed files with 3 additions and 2 deletions
|
@ -385,12 +385,13 @@ Patch derived from mmv_1.01b-15.diff.gz
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
||||||
@@ -120,14 +124,12 @@
|
@@ -120,14 +124,13 @@
|
||||||
#else
|
#else
|
||||||
/* for various flavors of UN*X */
|
/* for various flavors of UN*X */
|
||||||
|
|
||||||
+#include <libgen.h>
|
+#include <libgen.h>
|
||||||
+#include <stdlib.h>
|
+#include <stdlib.h>
|
||||||
|
+#include <sys/param.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <sys/file.h>
|
#include <sys/file.h>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'mmv'
|
# Template file for 'mmv'
|
||||||
pkgname=mmv
|
pkgname=mmv
|
||||||
version=1.01b
|
version=1.01b
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc=${pkgname}-${version}.orig
|
wrksrc=${pkgname}-${version}.orig
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="Utility for wildcard renaming, copying, etc"
|
short_desc="Utility for wildcard renaming, copying, etc"
|
||||||
|
|
Loading…
Add table
Reference in a new issue