Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/vorbis-tools/files: vorbis-tools-1.2.0-with-args.patch
Date: Thu, 06 Mar 2008 15:24:06
Message-Id: E1JXHwx-0004G9-F2@stork.gentoo.org
1 drac 08/03/06 15:24:03
2
3 Modified: vorbis-tools-1.2.0-with-args.patch
4 Log:
5 arg. use withval, not enableval
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.2 media-sound/vorbis-tools/files/vorbis-tools-1.2.0-with-args.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/vorbis-tools/files/vorbis-tools-1.2.0-with-args.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/vorbis-tools/files/vorbis-tools-1.2.0-with-args.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/vorbis-tools/files/vorbis-tools-1.2.0-with-args.patch?r1=1.1&r2=1.2
14
15 Index: vorbis-tools-1.2.0-with-args.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/vorbis-tools/files/vorbis-tools-1.2.0-with-args.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- vorbis-tools-1.2.0-with-args.patch 6 Mar 2008 14:52:18 -0000 1.1
22 +++ vorbis-tools-1.2.0-with-args.patch 6 Mar 2008 15:24:02 -0000 1.2
23 @@ -7,8 +7,8 @@
24 AC_ARG_ENABLE(vorbiscomment, [ --disable-vorbiscomment Skip building vorbiscomment], build_vorbiscomment="$enableval", build_vorbiscomment="yes")
25 -AC_ARG_WITH(flac, [ --without-flac Do not compile FLAC support], build_flac=no, build_flac="yes")
26 -AC_ARG_WITH(speex, [ --without-speex Do not compile Speex support], build_speex=no, build_speex="yes")
27 -+AC_ARG_WITH(flac, [ --without-flac Do not compile FLAC support], build_flac="$enableval", build_flac="yes")
28 -+AC_ARG_WITH(speex, [ --without-speex Do not compile Speex support], build_speex="$enableval", build_speex="yes")
29 ++AC_ARG_WITH(flac, [ --without-flac Do not compile FLAC support], build_flac="$withval", build_flac="yes")
30 ++AC_ARG_WITH(speex, [ --without-speex Do not compile Speex support], build_speex="$withval", build_speex="yes")
31
32 dnl --------------------------------------------------
33 dnl Check for generally needed libraries
34
35
36
37 --
38 gentoo-commits@l.g.o mailing list