]> git.pld-linux.org Git - packages/flac.git/blame - flac-without_xmms.patch
- added
[packages/flac.git] / flac-without_xmms.patch
CommitLineData
1f1157d8 1diff -Nru flac-1.0.4.orig/configure.in flac-1.0.4/configure.in
2--- flac-1.0.4.orig/configure.in Fri Sep 20 00:39:39 2002
3+++ flac-1.0.4/configure.in Sun Jan 19 19:33:13 2003
4@@ -223,9 +223,6 @@
5 AC_DEFINE(FLAC__HAS_OGG)
6 fi
7
8-AM_PATH_XMMS(0.9.5.1, , AC_MSG_WARN([*** XMMS >= 0.9.5.1 not installed - xmms support will not be built]))
9-AM_CONDITIONAL(FLaC__HAS_XMMS, test x$XMMS_INPUT_PLUGIN_DIR != x)
10-
11 SHARE_LIBS='$(top_builddir)/src/share/libutf8.a $(top_builddir)/src/share/libgetopt.a'
12
13 dnl check for i18n(internationalization); these are from libiconv/gettext
14diff -Nru flac-1.0.4.orig/src/Makefile.am flac-1.0.4/src/Makefile.am
15--- flac-1.0.4.orig/src/Makefile.am Fri Aug 23 06:58:54 2002
16+++ flac-1.0.4/src/Makefile.am Sun Jan 19 19:36:24 2003
17@@ -15,10 +15,6 @@
18 # along with this program; if not, write to the Free Software
19 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
20
21-if FLaC__HAS_XMMS
22-XMMS_DIRS = plugin_xmms
23-endif
24-
25 if FLaC__HAS_OGG
26 OGGFLAC_DIRS = libOggFLAC libOggFLAC++
27 OGGFLAC_TEST_DIRS = test_libOggFLAC test_libOggFLAC++
28@@ -33,7 +29,6 @@
29 metaflac \
30 monkeys_audio_utilities \
31 plugin_common \
32- $(XMMS_DIRS) \
33 plugin_winamp2 \
34 plugin_winamp3 \
35 test_libFLAC \
This page took 0.069899 seconds and 4 git commands to generate.