diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-09-28 20:06:45 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2020-09-28 23:12:50 -0700 |
commit | 095c1a1c7ec1fd4ca2a96d96d7b115a7b69c8ba6 (patch) | |
tree | 69c7e77e9932c3c20a41c9ed3ce9706b037e0c6f /sound/madplay/patches | |
parent | 7a8465084a363b4455ee83513c14dabf6dca6979 (diff) |
madplay: fix compilation with full NLS
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'sound/madplay/patches')
-rw-r--r-- | sound/madplay/patches/020-no-po.patch | 13 |
1 files changed, 13 insertions, 0 deletions
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 + |