]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
add forgotten flac-1.3.2 patch
authorMarkham <markham001@gmx.de>
Fri, 12 Oct 2018 10:50:22 +0000 (12:50 +0200)
committerMarkham <markham001@gmx.de>
Fri, 12 Oct 2018 10:50:22 +0000 (12:50 +0200)
archive-patches/flac-1.3.2.patch [new file with mode: 0644]

diff --git a/archive-patches/flac-1.3.2.patch b/archive-patches/flac-1.3.2.patch
new file mode 100644 (file)
index 0000000..503420d
--- /dev/null
@@ -0,0 +1,40 @@
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -31,7 +31,7 @@
+ ACLOCAL_AMFLAGS = -I m4
+-SUBDIRS = doc include m4 man src examples test build objs microbench
++SUBDIRS = doc include m4 src build objs microbench
+ EXTRA_DIST = \
+       COPYING.FDL \
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -27,15 +27,7 @@
+ SUBDIRS = \
+       libFLAC \
+       share \
+-      flac \
+-      metaflac \
+       $(XMMS_DIRS) \
+-      test_grabbag \
+-      test_libs_common \
+-      test_libFLAC \
+-      test_seeking \
+-      test_streams \
+-      utils \
+       $(CPPLIBS_DIRS)
+ EXTRA_DIST = \
+--- a/configure.ac
++++ b/configure.ac
+@@ -186,7 +186,7 @@ esac
+ AM_CONDITIONAL(OS_IS_WINDOWS, test "x$os_is_windows" = xyes)
+ case "$host" in
+-      *-pc-linux-gnu)
++      *-linux-*)
+               sys_linux=true
+               AC_DEFINE(FLAC__SYS_LINUX)
+               AH_TEMPLATE(FLAC__SYS_LINUX, [define if building for Linux])