From 095c1a1c7ec1fd4ca2a96d96d7b115a7b69c8ba6 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Mon, 28 Sep 2020 20:06:45 -0700 Subject: [PATCH] madplay: fix compilation with full NLS Signed-off-by: Rosen Penev --- sound/madplay/Makefile | 2 +- sound/madplay/patches/020-no-po.patch | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 sound/madplay/patches/020-no-po.patch diff --git a/sound/madplay/Makefile b/sound/madplay/Makefile index 574bda9594..e2a52b5488 100644 --- a/sound/madplay/Makefile +++ b/sound/madplay/Makefile @@ -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 \ diff --git a/sound/madplay/patches/020-no-po.patch b/sound/madplay/patches/020-no-po.patch new file mode 100644 index 0000000000..bfb8c411ba --- /dev/null +++ b/sound/madplay/patches/020-no-po.patch @@ -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 + -- 2.30.2