diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2007-03-04 15:56:45 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2007-03-04 15:56:45 +0000 |
commit | 84936edb47234b7eeaf782eea4edc6faa6b552cd (patch) | |
tree | e74260e67fec0646d00ac9859757cd5b389020ab /media-plugins/audacious-plugins/files/1.3.0-unscrew-flac.patch | |
parent | bug #166606 (diff) | |
download | gentoo-2-84936edb47234b7eeaf782eea4edc6faa6b552cd.tar.gz gentoo-2-84936edb47234b7eeaf782eea4edc6faa6b552cd.tar.bz2 gentoo-2-84936edb47234b7eeaf782eea4edc6faa6b552cd.zip |
Actually link in the inline FLAC library, from upstream bug #830. Explicitly block ugly plugins from the 1.2 branch as they will fail, closes bug #168883.
(Portage version: 2.1.2-r14)
Diffstat (limited to 'media-plugins/audacious-plugins/files/1.3.0-unscrew-flac.patch')
-rw-r--r-- | media-plugins/audacious-plugins/files/1.3.0-unscrew-flac.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/media-plugins/audacious-plugins/files/1.3.0-unscrew-flac.patch b/media-plugins/audacious-plugins/files/1.3.0-unscrew-flac.patch new file mode 100644 index 000000000000..7f3e3b01e190 --- /dev/null +++ b/media-plugins/audacious-plugins/files/1.3.0-unscrew-flac.patch @@ -0,0 +1,11 @@ +--- trunk/src/flac/plugin_common/Makefile 2007/02/25 00:17:26 1530 ++++ trunk/src/flac/plugin_common/Makefile 2007/03/04 09:50:27 1656 +@@ -1,7 +1,7 @@ + include ../../../mk/rules.mk + include ../../../mk/init.mk + +-CFLAGS += $(PICFLAGS) -I.. -I../../.. ++CFLAGS += $(PICFLAGS) -I.. -I../../.. -I../libflac + + OBJECTIVE_LIBS_NOINST = libplugin_common.a + |