mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
svox: fix compilation with newer musl
Otherwise int8_t is undeclared. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=svox
|
||||
PKG_VERSION:=1.0+git20130326
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz
|
||||
PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/non-free/s/svox
|
||||
|
||||
Reference in New Issue
Block a user