summarylogtreecommitdiffstats
path: root/no-link-audacious.patch
diff options
context:
space:
mode:
Diffstat (limited to 'no-link-audacious.patch')
-rw-r--r--no-link-audacious.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/no-link-audacious.patch b/no-link-audacious.patch
new file mode 100644
index 000000000000..a770cf986de1
--- /dev/null
+++ b/no-link-audacious.patch
@@ -0,0 +1,12 @@
+diff --git src/Makefile.autotools.am src/Makefile.autotools.am
+index a15eb51f..a1f2e160 100644
+--- src/Makefile.autotools.am
++++ src/Makefile.autotools.am
+@@ -11,6 +17,6 @@ SUBDIRS = coding layout meta
+ libvgmstream_la_LDFLAGS = coding/libcoding.la layout/liblayout.la meta/libmeta.la
+ libvgmstream_la_SOURCES = (auto-updated)
+ libvgmstream_la_SOURCES += ../ext_libs/clHCA.c
+-libvgmstream_la_LIBADD = $(AUDACIOUS_LIBS) $(GTK_LIBS) $(VORBISFILE_LIBS) $(VORBIS_LIBS) $(MPG123_LIBS) -lm
++libvgmstream_la_LIBADD = $(VORBISFILE_LIBS) $(VORBIS_LIBS) $(MPG123_LIBS) -lm
+ EXTRA_DIST = (auto-updated)
+ EXTRA_DIST += ../ext_includes/clHCA.h