packages/multimedia/minidlna/patches/001-dont-build-po-files.patch
Michael Pratt d183d3750b minidlna: fix build with new autotools
Backport a patch that fixes build
with new versions of Autoconf and Automake.

Signed-off-by: Michael Pratt <mcpratt@pm.me>
2022-09-09 15:20:58 -07:00

22 lines
376 B
Diff

--- a/Makefile.am
+++ b/Makefile.am
@@ -17,7 +17,7 @@
AM_CFLAGS = -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-SUBDIRS=po
+SUBDIRS=
sbin_PROGRAMS = minidlnad
check_PROGRAMS = testupnpdescgen
--- a/configure.ac
+++ b/configure.ac
@@ -662,6 +662,5 @@ case "$target_os" in
esac
-AC_OUTPUT([ po/Makefile.in
-Makefile
-])
+AC_CONFIG_FILES([Makefile])
+AC_OUTPUT