aboutsummaryrefslogtreecommitdiff
path: root/multimedia/minidlna/patches/001-dont-build-po-files.patch
blob: 85698c0fdf50a9d58ed5009cff9e7dc31f37e063 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- 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
@@ -670,6 +670,5 @@ case "$target_os" in
 esac
 
 
-AC_OUTPUT([ po/Makefile.in
-Makefile
-])
+AC_CONFIG_FILES([Makefile])
+AC_OUTPUT