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 +