diff options
author | 2008-03-06 15:24:02 +0000 | |
---|---|---|
committer | 2008-03-06 15:24:02 +0000 | |
commit | d082c681d6c4b4405830ae30b69fc4bee6fd8637 (patch) | |
tree | 3bf80d056a6f0823ef9c3e02d41b7170458ef197 /media-sound | |
parent | cull older versions. bug #200350 (diff) | |
download | historical-d082c681d6c4b4405830ae30b69fc4bee6fd8637.tar.gz historical-d082c681d6c4b4405830ae30b69fc4bee6fd8637.tar.bz2 historical-d082c681d6c4b4405830ae30b69fc4bee6fd8637.zip |
arg. use withval, not enableval
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/vorbis-tools/Manifest | 2 | ||||
-rw-r--r-- | media-sound/vorbis-tools/files/vorbis-tools-1.2.0-with-args.patch | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/vorbis-tools/Manifest b/media-sound/vorbis-tools/Manifest index 7efabdbbfa9c..d3c32769055a 100644 --- a/media-sound/vorbis-tools/Manifest +++ b/media-sound/vorbis-tools/Manifest @@ -1,6 +1,6 @@ AUX vorbis-tools-1.1.1-curl-7.16.0.patch 553 RMD160 4e50e2d6314fdeea6741301ae06df0dc6d39fc8a SHA1 94d9001330216f41f254054e904b3b5b0a24ad6f SHA256 542ed708e90c805da6a29ecf1ba2e80d0eb92b7697cec6c8e651a25df521700d AUX vorbis-tools-1.1.1-utf8.patch 1307 RMD160 dbdd6a8394fc3cbdc4ded5ab067fdbcde15fddf1 SHA1 0689ad4e7b65fdc40117afaaa8fc153d20e7eab1 SHA256 e35ffa1b9eeadd218580dc947941b469cf886976a588425b2d53e1b98b4332f1 -AUX vorbis-tools-1.2.0-with-args.patch 1179 RMD160 9d049b0c7dc0a48d7e3b8a3c19f77e3426ea22a4 SHA1 828cdcd7250767ef745de0b01dd19d54af9b1b7e SHA256 45fe9d743f937cff41de10e1f9e1f1b6e9f6230b894384aa954ee267b952e5d6 +AUX vorbis-tools-1.2.0-with-args.patch 1175 RMD160 60149bb7e4e838b1f70674beb9c54f31e50fa4f2 SHA1 6fe1c5d2d913c6fd005642d79de99221c2dca032 SHA256 d182e0d42aa85eb78c321aa21dbc5499aa484e461b29a76b0565d9eb63f5c980 DIST vorbis-tools-1.0.1.tar.gz 717697 RMD160 78a53430311c45463369ae6f836ca68ce900d741 SHA1 5555a55acd643fcca7020b7de4900aeb706725e5 SHA256 4f1f6ba6410e5f2aeb473d0a09caaa528cc926866735ab66e05cdff9c5093a37 DIST vorbis-tools-1.1.1+flac-1.1.3.tar.bz2 4119 RMD160 8da2d4bd0f65681dbbb5e71c94ca7419633dde60 SHA1 02faba6b94fe7158430b10c4a381a480688e046f SHA256 2a5f74087c10f33b0891c41b71c6c51bda21e017287dd2190019cc4546645646 DIST vorbis-tools-1.1.1.tar.gz 948837 RMD160 ed38929b8a81f833f726e489e55e9f62d5ed69ec SHA1 a1394b39905b389d72f12c2a9f0c86a33d07a487 SHA256 617b4aa69e600c215b34fa3fd5764bc1d9d205d9d7d9fe7812bde7ec956fcaad diff --git a/media-sound/vorbis-tools/files/vorbis-tools-1.2.0-with-args.patch b/media-sound/vorbis-tools/files/vorbis-tools-1.2.0-with-args.patch index e6149204b351..71603b9fe873 100644 --- a/media-sound/vorbis-tools/files/vorbis-tools-1.2.0-with-args.patch +++ b/media-sound/vorbis-tools/files/vorbis-tools-1.2.0-with-args.patch @@ -7,8 +7,8 @@ diff -ur vorbis-tools-1.2.0.orig/configure.ac vorbis-tools-1.2.0/configure.ac AC_ARG_ENABLE(vorbiscomment, [ --disable-vorbiscomment Skip building vorbiscomment], build_vorbiscomment="$enableval", build_vorbiscomment="yes") -AC_ARG_WITH(flac, [ --without-flac Do not compile FLAC support], build_flac=no, build_flac="yes") -AC_ARG_WITH(speex, [ --without-speex Do not compile Speex support], build_speex=no, build_speex="yes") -+AC_ARG_WITH(flac, [ --without-flac Do not compile FLAC support], build_flac="$enableval", build_flac="yes") -+AC_ARG_WITH(speex, [ --without-speex Do not compile Speex support], build_speex="$enableval", build_speex="yes") ++AC_ARG_WITH(flac, [ --without-flac Do not compile FLAC support], build_flac="$withval", build_flac="yes") ++AC_ARG_WITH(speex, [ --without-speex Do not compile Speex support], build_speex="$withval", build_speex="yes") dnl -------------------------------------------------- dnl Check for generally needed libraries |