]> git.pld-linux.org Git - packages/audacity.git/blob - audacity-dynamic_id3lib.patch
- Now it's transparent background.
[packages/audacity.git] / audacity-dynamic_id3lib.patch
1 diff -urN audacity-src-0.98.orig/configure.in audacity-src-0.98/configure.in
2 --- audacity-src-0.98.orig/configure.in Tue Jan 22 07:14:15 2002
3 +++ audacity-src-0.98/configure.in      Sat Feb  2 15:08:27 2002
4 @@ -54,11 +54,12 @@
5                 [enable ogg vorbis support (libraries must be installed) [default=no]])],
6         use_vorbis=$withval,
7         use_vorbis="no")
8 -AC_ARG_WITH(id3,
9 -       [AC_HELP_STRING([--with-id3],
10 -               [compile with id3lib (the source is included here) [default=yes]])],
11 -       use_id3lib=$withval,
12 -       use_id3lib="yes")
13 +dnl AC_ARG_WITH(id3,
14 +dnl    [AC_HELP_STRING([--with-id3],
15 +dnl            [compile with id3lib (the source is included here) [default=yes]])],
16 +dnl    use_id3lib=$withval,
17 +dnl    use_id3lib="yes")
18 +use_id3lib="yes"
19  AC_ARG_WITH(help,
20         [AC_HELP_STRING([--with-help],
21                 [Make the help file "audacity-help.htb" [default=yes]])],
22 @@ -161,9 +162,9 @@
23  fi
24  
25  if [[ $use_id3lib = "yes" ]] ; then
26 -       EXTRAOBJS="$EXTRAOBJS id3lib/src/.libs/libid3.a"
27 -       MAKEALL="$MAKEALL id3lib/src/.libs/libid3.a"
28 -       CFLAGS="$CFLAGS -Iid3lib/include"
29 +       dnl EXTRAOBJS="$EXTRAOBJS id3lib/src/.libs/libid3.a"
30 +       dnl MAKEALL="$MAKEALL id3lib/src/.libs/libid3.a"
31 +       LIBS="$LIBS -lid3"
32                 
33         AC_DEFINE(USE_ID3LIB, 1,
34        [Define if id3lib is present])
This page took 0.029088 seconds and 3 git commands to generate.