balsa: portability patch for musl.
This commit is contained in:
parent
70c8d215a1
commit
8a9185c9e0
2 changed files with 11 additions and 1 deletions
10
srcpkgs/balsa/patches/portability.patch
Normal file
10
srcpkgs/balsa/patches/portability.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- libbalsa/misc.c.orig 2015-05-31 10:17:19.494312782 +0200
|
||||
+++ libbalsa/misc.c 2015-05-31 10:17:27.054393821 +0200
|
||||
@@ -34,6 +34,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
+#include <fcntl.h>
|
||||
#include <sys/file.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
|
@ -1,4 +1,4 @@
|
|||
# Template file for 'balsa'
|
||||
# Template file for 'balsa'.
|
||||
pkgname=balsa
|
||||
version=2.5.2
|
||||
revision=1
|
||||
|
|
Loading…
Reference in a new issue