Browse Source
Merge pull request #13519 from neheb/madp
madplay: fix compilation with full NLS
lilik-openwrt-22.03
Rosen Penev
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
14 additions and
1 deletions
-
sound/madplay/Makefile
-
sound/madplay/patches/020-no-po.patch
|
|
@ -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 \
|
|
|
|
|
|
@ -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 |
|
|
|
|