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