mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
madplay: fix compilation with full NLS
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=madplay
|
||||
PKG_VERSION:=0.15.2b
|
||||
PKG_RELEASE:=7
|
||||
PKG_RELEASE:=8
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=@SF/mad \
|
||||
|
||||
13
sound/madplay/patches/020-no-po.patch
Normal file
13
sound/madplay/patches/020-no-po.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
--- a/Makefile.am
|
||||
+++ b/Makefile.am
|
||||
@@ -24,8 +24,8 @@
|
||||
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
-SUBDIRS = intl po
|
||||
-DIST_SUBDIRS = intl po m4 msvc++
|
||||
+SUBDIRS = intl
|
||||
+DIST_SUBDIRS = intl m4 msvc++
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
Reference in New Issue
Block a user