From 095c1a1c7ec1fd4ca2a96d96d7b115a7b69c8ba6 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Mon, 28 Sep 2020 20:06:45 -0700 Subject: madplay: fix compilation with full NLS Signed-off-by: Rosen Penev --- sound/madplay/patches/020-no-po.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sound/madplay/patches/020-no-po.patch (limited to 'sound/madplay/patches') diff --git a/sound/madplay/patches/020-no-po.patch b/sound/madplay/patches/020-no-po.patch new file mode 100644 index 000000000..bfb8c411b --- /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 + -- cgit v1.2.3